Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(5)

Delta Between Two Patch Sets: input/regression/grid-lines.ly

Issue 6635050: Make arguments like Context.GrobName accessible as symbol lists (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Left Patch Set: Change \footnote user interface to match the rest (though pre-2.16 German docs fail) Created 12 years, 5 months ago
Right Patch Set: Allow \override Accidental.color = #red (dot between grob and property) Created 12 years, 5 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « input/regression/grace-stems.ly ('k') | input/regression/grob-indirect-tweak.ly » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 \header 1 \header
2 { 2 {
3 3
4 texidoc = "With grid lines, vertical lines can be drawn between 4 texidoc = "With grid lines, vertical lines can be drawn between
5 staves synchronized with the notes." 5 staves synchronized with the notes."
6 6
7 } 7 }
8 \version "2.17.5" 8 \version "2.17.6"
9 9
10 skips = 10 skips =
11 { 11 {
12 \time 12/8 12 \time 12/8
13 \once \override Score.GridLine thickness = #4.0 13 \once \override Score.GridLine.thickness = #4.0
14 s8· 14 s8·
15 s8· 15 s8·
16 s8· 16 s8·
17 \once \override Score.GridLine thickness = #3.0 17 \once \override Score.GridLine.thickness = #3.0
18 s8· 18 s8·
19 s8· 19 s8·
20 s8· 20 s8·
21 \once \override Score.GridLine thickness = #4.0 21 \once \override Score.GridLine.thickness = #4.0
22 s8· 22 s8·
23 s8· 23 s8·
24 s8· 24 s8·
25 \once \override Score.GridLine thickness = #3.0 25 \once \override Score.GridLine.thickness = #3.0
26 s8· 26 s8·
27 s8· 27 s8·
28 s8· 28 s8·
29 } 29 }
30 30
31 31
32 \layout { 32 \layout {
33 \context { 33 \context {
34 \Staff 34 \Staff
35 \consists "Grid_point_engraver" 35 \consists "Grid_point_engraver"
36 ···· 36 ····
37 } 37 }
38 38
39 \context { 39 \context {
40 \RhythmicStaff 40 \RhythmicStaff
41 \consists "Grid_point_engraver" 41 \consists "Grid_point_engraver"
42 gridInterval = #(ly:make-moment 1 8) 42 gridInterval = #(ly:make-moment 1 8)
43 \override BarLine bar-extent = #'(-0.025 . 0.025) 43 \override BarLine.bar-extent = #'(-0.025 . 0.025)
44 } 44 }
45 \context { 45 \context {
46 \StaffGroup 46 \StaffGroup
47 \remove "System_start_delimiter_engraver"· 47 \remove "System_start_delimiter_engraver"·
48 } 48 }
49 \context { 49 \context {
50 \Score 50 \Score
51 \consists "Grid_line_span_engraver" 51 \consists "Grid_line_span_engraver"
52 \override SystemStartBrace transparent = ##t 52 \override SystemStartBrace.transparent = ##t
53 53
54 \override NoteColumn X-offset = #-0.5 54 \override NoteColumn.X-offset = #-0.5
55 \override NoteHead Y-offset = #0.75 55 \override NoteHead.Y-offset = #0.75
56 } 56 }
57 } 57 }
58 58
59 \layout { 59 \layout {
60 ragged-right = ##t 60 ragged-right = ##t
61 } 61 }
62 \score { 62 \score {
63 \new StaffGroup << 63 \new StaffGroup <<
64 \new RhythmicStaff \with 64 \new RhythmicStaff \with
65 { 65 {
66 \override NoteHead no-ledgers = ##t 66 \override NoteHead.no-ledgers = ##t
67 } 67 }
68 { 68 {
69 \stemUp 69 \stemUp
70 c4. c8 c8 c c4 c8 c8.[ c16 c8] 70 c4. c8 c8 c c4 c8 c8.[ c16 c8]
71 } 71 }
72 \new RhythmicStaff 72 \new RhythmicStaff
73 { 73 {
74 \override NoteHead transparent = ##t 74 \override NoteHead.transparent = ##t
75 \override NoteHead no-ledgers = ##t 75 \override NoteHead.no-ledgers = ##t
76 \override Stem transparent = ##t 76 \override Stem.transparent = ##t
77 \override Flag transparent = ##t 77 \override Flag.transparent = ##t
78 \override Beam transparent = ##t 78 \override Beam.transparent = ##t
79 << \skips 79 << \skips
80 80
81 % force regular spacing by introducing notes. 81 % force regular spacing by introducing notes.
82 \repeat unfold 12 c8 82 \repeat unfold 12 c8
83 >> 83 >>
84 } 84 }
85 ·· 85 ··
86 >> 86 >>
87 } 87 }
88 88
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b