]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/breathing-sign.ly
Doc-de: update of wind.itely
[lilypond.git] / input / regression / breathing-sign.ly
index a81e8a87eefb336c3fa9acc6c42237123899d605..181a67656d341bf7b553efaf474f8b7c609ad93e 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.39"
+\version "2.11.51"
 \header{
   texidoc="
 Breathing signs are available in different tastes: commas (default),
@@ -42,10 +42,13 @@ ticks, vees and `railroad tracks' (caesura)."
       #(make-musicglyph-markup "scripts.upbow")
       es8 d es f g8 \breathe f |
 
-      %% caesura
+      %% caesurae
       \override BreathingSign  #'text =
-      #(make-musicglyph-markup "scripts.caesura")
-      es8[ d] \breathe  es[ f g f] |
+      #(make-musicglyph-markup "scripts.caesura.curved.curved")
+      es8[ d] \breathe
+      \override BreathingSign  #'text =
+      #(make-musicglyph-markup "scripts.caesura.curved.straight")
+                       es[ f] \breathe g[ f] |
       es2 r4 \bar "||" \break
     }
   }