]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyrics-includegraces.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / lyrics-includegraces.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc="
5 Setting @code{includeGraceNotes} enables lyrics syllables to be
6 assigned to grace notes.
7 "
8 }
9
10 \relative {
11   f'4 \appoggiatura a32 b4
12   \grace { f16 a16 } b2
13   \afterGrace b2 { f16[ a16] }
14   \appoggiatura a32 b4
15   \acciaccatura a8 b4
16 }
17 \addlyrics {
18   normal
19   \set includeGraceNotes = ##t
20   case,
21   gra -- ce case,
22   after -- grace case,
23   \set ignoreMelismata = ##t
24   app. case,
25   acc. case.
26 }