]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/caesura-railtracks-with-fermata.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / lsr / caesura-railtracks-with-fermata.ly
index bb6e93a5b27d7500e69cdb2e6a9130ec50dd6659..4de19c7842199ce6c1c43170633eb3e51a8a2763 100644 (file)
@@ -1,6 +1,6 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.57"
+\version "2.12.0"
 
 \header {
   lsrtags = "expressive-marks, tweaks-and-overrides"
@@ -15,15 +15,16 @@ visualmente satisfactoria.
   doctitlees = "Cesura tipo \"vías del tren\" con calderón"
 
   texidoc = "
-A caesura is sometimes denoted with a double \"railtracks\" breath mark
+A caesura is sometimes denoted by a double \"railtracks\" breath mark
 with a fermata sign positioned above. This snippet should present an
-optically pleasing combination of railtracks and fermata.
+optically pleasing combination of railtracks and fermata.
 
 "
   doctitle = "Caesura (\"railtracks\") with fermata"
 } % begin verbatim
-{
-  c''2.
+
+\relative c'' {
+  c2.
   % construct the symbol
   \override BreathingSign #'text = \markup {
     \line {
@@ -32,9 +33,9 @@ optically pleasing combination of railtracks and a fermata.
       \musicglyph #"scripts.ufermata"
     }
   }
-  \breathe c''4
+  \breathe c4
   % set the breathe mark back to normal
   \revert BreathingSign #'text
-  c''2. \breathe c''4
+  c2. \breathe c4
   \bar "|."
 }