]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-extender-includegraces.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / lyric-extender-includegraces.ly
1 \version "2.16.0"
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 }