]> git.donarmstrong.com Git - lilypond.git/blob - lyrics-after-grace.ly
d168464638e70a6a475bb0f343d085161e48045c
[lilypond.git] / lyrics-after-grace.ly
1 \header
2 {
3
4   texidoc = "Lyrics are ignored for aftergrace notes."
5
6 }
7
8 \version "2.12.0"
9 \paper {
10   ragged-right = ##t
11 }
12
13 <<
14   \new Staff {
15     \new Voice = "myVoice" {
16       \afterGrace c''2 { e''32( } c''2)
17     }}
18   \new Lyrics \lyricsto "myVoice" \lyricmode { foo -- bar }
19 >>