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

Side by Side Diff: input/regression/break-alignment-anchors.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/
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:
View unified diff | Download patch
OLDNEW
1 \version "2.16.0" 1 \version "2.17.6"
2 2
3 \header { 3 \header {
4 texidoc = "The break-align-anchor property of a break-aligned grob gives 4 texidoc = "The break-align-anchor property of a break-aligned grob gives
5 the horizontal offset at which other grobs should attach." 5 the horizontal offset at which other grobs should attach."
6 } 6 }
7 7
8 { 8 {
9 \override Score.RehearsalMark #'break-align-symbols = #'(staff-bar) 9 \override Score.RehearsalMark.break-align-symbols = #'(staff-bar)
10 c'1 10 c'1
11 \once \override Staff.BarLine #'break-align-anchor = #-5 11 \once \override Staff.BarLine.break-align-anchor = #-5
12 \mark \default 12 \mark \default
13 \noBreak 13 \noBreak
14 c'1 14 c'1
15 \once \override Staff.BarLine #'break-align-anchor = #5 15 \once \override Staff.BarLine.break-align-anchor = #5
16 \mark \default 16 \mark \default
17 \noBreak 17 \noBreak
18 c'1 18 c'1
19 } 19 }
OLDNEW
« no previous file with comments | « input/regression/break-alignment-anchor-alignment.ly ('k') | input/regression/breathing-sign.ly » ('j') | no next file with comments »

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