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

Delta Between Two Patch Sets: input/regression/collision-manual.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: 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
LEFTRIGHT
(no file at all)
1 \header { 1 \header {
2 2
3 texidoc = "Collision resolution may be forced manually with @code{force-hshift }. " 3 texidoc = "Collision resolution may be forced manually with @code{force-hshift }. "
4 } 4 }
5 \version "2.16.0" 5 \version "2.17.6"
6 6
7 \paper { 7 \paper {
8 ragged-right = ##t 8 ragged-right = ##t
9 } 9 }
10 10
11 \relative c' { 11 \relative c' {
12 << { f 12 << { f
13 » \override NoteColumn #'force-hshift = #0.1 13 » \override NoteColumn.force-hshift = #0.1
14 f } \\ 14 f } \\
15 { e e } 15 { e e }
16 >>· 16 >>·
17 } 17 }
LEFTRIGHT

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