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

Delta Between Two Patch Sets: input/regression/non-centered-bar-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: unquote \accidentalStyle parameters, make and use symbol-list-or-symbol?, some amendments 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:
Right: Side by side diff | Download
« no previous file with change/comment | « input/regression/music-function-end-spanners.ly ('k') | input/regression/non-empty-text.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
(no file at all)
1 \version "2.17.5" 1 \version "2.17.6"
2 \header { 2 \header {
3 texidoc = "Bar lines are positioned correctly when using custom 3 texidoc = "Bar lines are positioned correctly when using custom
4 staves which are not centered around position@tie{}0. 4 staves which are not centered around position@tie{}0.
5 " 5 "
6 } 6 }
7 \new Staff { 7 \new Staff {
8 \override Staff.StaffSymbol #'line-positions = #'(1 3 5 7 9) 8 \override Staff.StaffSymbol.line-positions = #'(1 3 5 7 9)
9 c''1 \bar "||" 9 c''1 \bar "||"
10 c''1 \bar ";" 10 c''1 \bar ";"
11 c''1 \bar "|." 11 c''1 \bar "|."
12 } 12 }
LEFTRIGHT

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