]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/breathing-sign.ly
* input/regression/markup-syntax.ly: remove \score.
[lilypond.git] / input / regression / breathing-sign.ly
index dbf04c18952ae76adddaa0575efe058491f090eb..d6f35f63cd9a37b27bd654c7f4ed4cfded129331 100644 (file)
@@ -1,5 +1,4 @@
-#(ly:set-option 'old-relative)
-\version "1.9.8"
+\version "2.4.0"
 \header{
 texidoc="
 Breathing signs are available in different tastes: commas (default),
@@ -14,7 +13,7 @@ ticks, vees and `railroad tracks' (caesura)."
     % Modern notation:
     %
     \new Staff {
-      \notes \relative c'' {
+       \relative c'' {
        \key es \major \time 3/4
 
        % this bar contains no \breathe
@@ -24,7 +23,7 @@ ticks, vees and `railroad tracks' (caesura)."
        >> |
 
        % by default, \breathe uses the rcomma, just as if saying:
-       % \property Voice.BreathingSign \set #'text =
+       % \override BreathingSign  #'text =
        %       #(make-musicglyph-markup "scripts-rcomma")
        <<
          { g4 as g } \\
@@ -35,7 +34,7 @@ ticks, vees and `railroad tracks' (caesura)."
        % and lcomma
 
        % N.B.: must use Staff context here, since we start a Voice below
-       \property Staff.BreathingSign \set #'text =
+       \override Staff.BreathingSign  #'text =
                #(make-musicglyph-markup "scripts-rvarcomma")
        <<
          { g4 as g } \\
@@ -43,12 +42,12 @@ ticks, vees and `railroad tracks' (caesura)."
        >> |
 
        % wedge
-       \property Voice.BreathingSign \set #'text =
+       \override BreathingSign  #'text =
                 #(make-musicglyph-markup "scripts-upbow")
        es8 d es f g8 \breathe f |
 
        % caesura
-       \property Voice.BreathingSign \set #'text =
+       \override BreathingSign  #'text =
                 #(make-musicglyph-markup "scripts-caesura")
        es8[ d] \breathe  es[ f g f] |
        es2 r4 \bar "||" \break