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

Delta Between Two Patch Sets: input/regression/remove-empty-staves-with-rests.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/remove-empty-staves-auto-knee.ly ('k') | input/regression/repeat-percent-kerning.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 \version "2.17.5" 1 \version "2.17.6"
2 \header { 2 \header {
3 3
4 texidoc = " 4 texidoc = "
5 Rests should not keep staves alive when 5 Rests should not keep staves alive when
6 @code{\RemoveEmptyStaffContext} is active. The 6 @code{\RemoveEmptyStaffContext} is active. The
7 following example should have only one staff. 7 following example should have only one staff.
8 " 8 "
9 9
10 } 10 }
11 11
12 \score { 12 \score {
13 << 13 <<
14 \new Staff { 14 \new Staff {
15 \partial 16 r16 | R1 | r1 15 \partial 16 r16 | R1 | r1
16 } 16 }
17 \new Staff { 17 \new Staff {
18 \partial 16 c'16 | c'1 | c'1 18 \partial 16 c'16 | c'1 | c'1
19 } 19 }
20 >> 20 >>
21 21
22 \layout { \context { \RemoveEmptyStaffContext 22 \layout { \context { \RemoveEmptyStaffContext
23 \override VerticalAxisGroup remove-first = ##t } } 23 \override VerticalAxisGroup.remove-first = ##t } }
24 } 24 }
LEFTRIGHT

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