]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/melisma-tie-rest.ly
* GNUmakefile.in: Fix config.h dependency.
[lilypond.git] / input / bugs / melisma-tie-rest.ly
1 \header{
2     texidoc = "Lyric extenders that start because of an autmatic tie melisma,
3 extend during a subsequent rest, and cannot be forced to stop."
4 }
5 \score{
6     <
7         \addlyrics
8         \context Staff = soprano {
9             \property Staff.automaticMelismata = ##t
10             \context Voice=soprano\notes\relative c'' {
11                 c4 ~ c r2 r1 c
12                 c4 ~ c
13                 \melismaEnd
14                 \property Staff.tieMelismaBusy = ##f
15                 r2 r1 c
16             }
17         }
18         \context Lyrics = "soprano-1" \lyrics {
19             hey __ stop?
20             hey __ STOP!!!
21         }
22     >
23 }
24