X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftest%2Fbreathing-sign.ly;h=31d399f85cfc5f1e36d3e057f189eec3a897fcae;hb=9d57f53d36a3d7ea280355086a0df9a16dc50992;hp=541a817623e70f1b19f8f010447e51ecfdd72795;hpb=78ed9c22a8cbf56ff5390553e0a2854aa42cbbc5;p=lilypond.git diff --git a/input/test/breathing-sign.ly b/input/test/breathing-sign.ly index 541a817623..31d399f85c 100644 --- a/input/test/breathing-sign.ly +++ b/input/test/breathing-sign.ly @@ -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 |