]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyrics-after-grace.ly
Merge commit 'origin' into includes
[lilypond.git] / input / regression / 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 >>