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 } |
} |
\\ |