]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-extender-includegraces.ly
c8a175bbda47e3a54c36f479036a2100675feb39
[lilypond.git] / input / regression / lyric-extender-includegraces.ly
1 \version "2.13.19"
2
3 \header {
4   texidoc="
5 If @code{includeGraceNotes} is enabled, lyric extenders work as
6 expected also for syllables starting under grace notes.
7 "
8 }
9
10 \relative c' {
11   c2 \grace { c16([ d e f] } g2)
12   f1
13 }
14 \addlyrics {
15   \set includeGraceNotes = ##t
16   _ Ah __ fa
17 }