]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/input-order-alignment.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / input-order-alignment.ly
1 \version "2.19.9"
2
3 \header {
4   texidoc = "Alignment of lyrics, dynamics, textscripts and articulations
5 attached to chords with suspended notes doesn't depend on input order.
6 All these items are aligned on the \"main\" notehead (the one at the
7 end of the stem)."
8 }
9
10 <<
11   \new Staff {
12     <b' c''>2 s
13     <b' c''>\f s
14     <b' c''>^"Text" s
15     <b' c''>-! s
16   }
17   \addlyrics { blah }
18   \new Staff {
19     <c'' b'>2 s
20     <c'' b'>\f s
21     <c'' b'>^"Text" s
22     <c'' b'>-! s
23   }
24   \addlyrics { blah }
25 >>