]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/breathing-sign.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / breathing-sign.ly
index 765aa9d7ec63102952e78f77743ba0aa2772c439..f9e37878598fdf168876402d2e16737f5efdd777 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 \header{
   texidoc="
 Breathing signs are available in different tastes: commas (default),
@@ -11,7 +11,7 @@ ticks, vees and `railroad tracks' (caesura)."
   \new Staff {
     \relative c'' {
       %% by default, \breathe uses the rcomma, just as if saying:
-      %% \override BreathingSign #'text =
+      %% \override BreathingSign.text =
       %%   #(make-musicglyph-markup "scripts.rcomma")
       %%
       c4 c \breathe c c |
@@ -19,23 +19,23 @@ ticks, vees and `railroad tracks' (caesura)."
       %% rvarcomma and lvarcomma are variations of the default rcomma
       %% and lcomma
       %%
-      \override Staff.BreathingSign #'text =
+      \override Staff.BreathingSign.text =
         #(make-musicglyph-markup "scripts.rvarcomma")
       c4 c \breathe c c |
 
       %% wedge
       %%
-      \override BreathingSign #'text =
+      \override BreathingSign.text =
         #(make-musicglyph-markup "scripts.upbow")
       c4 c \breathe c c |
 
       %% caesurae
       %%
-      \override BreathingSign #'text =
+      \override BreathingSign.text =
         #(make-musicglyph-markup "scripts.caesura.curved")
       c4 c \breathe c c |
 
-      \override BreathingSign #'text =
+      \override BreathingSign.text =
         #(make-musicglyph-markup "scripts.caesura.straight")
       c4 c \breathe c c |
     }