]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/breathing-sign.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / breathing-sign.ly
index 763529a44cef5020d3debee2ea509c08059a37d7..239bf22a94826b767483121b14c8786c96e110d4 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.12.0"
+\version "2.19.21"
 \header{
   texidoc="
 Breathing signs are available in different tastes: commas (default),
@@ -9,33 +9,33 @@ ticks, vees and `railroad tracks' (caesura)."
 {
   %% Modern notation:
   \new Staff {
-    \relative c'' {
+    \relative {
       %% 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 |
+      c''4 c \breathe c c |
 
       %% 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 |
     }