]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-melisma-manual.ly
08d31cc7c5fc6767d4991188d2dc14a5b4102316
[lilypond.git] / input / regression / lyric-melisma-manual.ly
1 \version "2.12.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 }