]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-melisma-manual.ly
a2d608abd8b3f54da54509ec95ef71201ffe4fe0
[lilypond.git] / input / regression / lyric-melisma-manual.ly
1 \version "2.14.0"
2
3 \header {
4   texidoc = "Melismata may be entered manually by substituting
5 @code{_} for lyrics on notes that are part of the melisma."
6 }
7
8 \relative c' {
9   \set melismaBusyProperties = #'()
10   c4 d( e) f
11   f4( e) e e
12 }
13 \addlyrics {
14   Ky -- _ _ ri __ _ _ _  e
15 }