]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/breathing-sign.ly
patch::: 1.3.113.jcn2
[lilypond.git] / input / test / breathing-sign.ly
index 541a817623e70f1b19f8f010447e51ecfdd72795..31d399f85cfc5f1e36d3e057f189eec3a897fcae 100644 (file)
@@ -1,13 +1,24 @@
-\version "1.1.52";
+\header{
+texidoc="
+Breathing signs, also used for phrasing, do normally not influence
+global spacing -- only if space gets tight, notes are shifted to make
+room for the breathing sign. Breathing signs break beams running
+through their voice. In the following example, the notes in the first
+two measures all have the same distance from each other:
+";
+}
+
+
+\version "1.3.110";
 
 \score {
   \notes \relative c' {
-    \key es; \time 3/4;
-    < \context Voice = two { \stemdown es4 bes es }
-      \context Voice = one { \stemup g4 as g }
+    \key es \major; \time 3/4;
+    < \context Voice = two { \stemDown es4 bes es }
+      \context Voice = one { \stemUp g4 as g }
     > |
-    < \context Voice = two { \stemdown es4 \breathe bes es }
-      \context Voice = one { \stemup g4 as g }
+    < \context Voice = two { \stemDown es4 \breathe bes es }
+      \context Voice = one { \stemUp g4 as g }
     > |
     es8 d es f g4 \breathe |
     es8 d \breathe es f g f |