]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/positioning-text-markups-inside-slurs.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / positioning-text-markups-inside-slurs.ly
index 206db5c2045be5d6d7f4769ab5a32515d25b972a..8348981a4e28bd116c24e5c7d178cb286e8741b7 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   lsrtags = "editorial-annotations, expressive-marks, tweaks-and-overrides"
@@ -19,7 +19,7 @@ set to false in order to be printed inside slurs.
 
 
 \relative c'' {
-  \override TextScript #'avoid-slur = #'inside
-  \override TextScript #'outside-staff-priority = ##f
+  \override TextScript.avoid-slur = #'inside
+  \override TextScript.outside-staff-priority = ##f
   c2(^\markup { \halign #-10 \natural } d4.) c8
 }