X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyrics-includegraces.ly;fp=input%2Fregression%2Flyrics-includegraces.ly;h=a3e778459de8123824f4231246fb49a0ba51e81b;hb=941dff9d2a67080e0dd8474f1e70f0c72ace6424;hp=0000000000000000000000000000000000000000;hpb=5a22d6233a39d3164e1ca043244794c268be4ad0;p=lilypond.git diff --git a/input/regression/lyrics-includegraces.ly b/input/regression/lyrics-includegraces.ly new file mode 100644 index 0000000000..a3e778459d --- /dev/null +++ b/input/regression/lyrics-includegraces.ly @@ -0,0 +1,26 @@ +\version "2.14.0" + +\header { + texidoc=" +Setting @code{includeGraceNotes} enables lyrics syllables to be +assigned to grace notes. +" +} + +\relative c' { + f4 \appoggiatura a32 b4 + \grace { f16[ a16] } b2 + \afterGrace b2 { f16[ a16] } + \appoggiatura a32 b4 + \acciaccatura a8 b4 +} +\addlyrics { + normal + \set includeGraceNotes = ##t + case, + gra -- ce case, + after -- grace case, + \set ignoreMelismata = ##t + app. case, + acc. case. +}