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

Unified Diff: Documentation/snippets/new/centering-markup-on-note-heads-automatically.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
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 side-by-side diff with in-line comments
Download patch
Index: Documentation/snippets/new/centering-markup-on-note-heads-automatically.ly
diff --git a/Documentation/snippets/new/centering-markup-on-note-heads-automatically.ly b/Documentation/snippets/new/centering-markup-on-note-heads-automatically.ly
index 1e6ffa7b9ec9948a472e674e23239c2f50ff6f72..641f2861c7f4ddd1ea7719ddc68cf2dbabaebf7a 100644
--- a/Documentation/snippets/new/centering-markup-on-note-heads-automatically.ly
+++ b/Documentation/snippets/new/centering-markup-on-note-heads-automatically.ly
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
\header {
lsrtags = "text, tweaks-and-overrides, contexts-and-engravers"
@@ -39,15 +39,15 @@ been shifted via @code{force-hshift}.
\context {
\Voice
\consists #Text_align_engraver
- \override TextScript #'X-offset =
+ \override TextScript.X-offset =
#ly:self-alignment-interface::aligned-on-x-parent
- \override TextScript #'self-alignment-X = #CENTER
+ \override TextScript.self-alignment-X = #CENTER
}
}
\new Staff <<
\relative c'' {
- \override NoteColumn #'force-hshift = #3
+ \override NoteColumn.force-hshift = #3
c1-\markup { \arrow-head #Y #DOWN ##t }
}
\\

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