1\version "2.19.9"
2
3\header {
4  texidoc = "Alignment of lyrics, dynamics, textscripts and articulations
5attached to chords with suspended notes doesn't depend on input order.
6All these items are aligned on the \"main\" notehead (the one at the
7end 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>>
26