]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/breathing-signs.ly
Imported Upstream version 2.19.45
[lilypond.git] / Documentation / snippets / breathing-signs.ly
index c1af6d24dae150e249a5c20eeb5200fbf358fb72..f19e650a3cf7b2bef5622cb650079084f9519a67 100644 (file)
@@ -1,10 +1,10 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.unimi.it
 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.17.6"
+\version "2.18.0"
 
 \header {
   lsrtags = "expressive-marks, symbols-and-glyphs"
@@ -17,7 +17,6 @@ ticks, vees and @qq{railroad tracks} (caesura).
   doctitle = "Breathing signs"
 } % begin verbatim
 
-
 \new Staff \relative c'' {
   \key es \major
   \time 3/4
@@ -30,7 +29,8 @@ ticks, vees and @qq{railroad tracks} (caesura).
 
   % rvarcomma and lvarcomma are variations of the default rcomma and lcomma
   % N.B.: must use Staff context here, since we start a Voice below
-  \override Staff.BreathingSign.text = \markup { \musicglyph #"scripts.rvarcomma" }
+  \override Staff.BreathingSign.text =
+    \markup { \musicglyph #"scripts.rvarcomma" }
   << { g4 as g } \\ { es4 \breathe bes es } >> |
 
   % vee
@@ -38,7 +38,8 @@ ticks, vees and @qq{railroad tracks} (caesura).
   es8[ d es f g] \breathe f |
 
   % caesura
-  \override BreathingSign.text = \markup { \musicglyph #"scripts.caesura.curved" }
+  \override BreathingSign.text =
+    \markup { \musicglyph #"scripts.caesura.curved" }
   es8[ d] \breathe es[ f g f] |
   es2 r4 \bar "||"
 }