]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/rest-melisma.ly
patch::: 1.3.150.jcn3
[lilypond.git] / input / bugs / rest-melisma.ly
1 \header {
2 texidoc="slur or long note on other staffs fool lily into extending melisma"
3 }
4 \score {
5   <
6     \addlyrics
7       \notes {
8         \property Staff.automaticMelismata= ##t
9         c4 () c r c
10       }
11       \context Lyrics \lyrics { foo __ bar }
12     \context Staff=foolMelismata \notes{
13       c4 ( c c ) c
14     }  
15     \context Staff=foolMelismata \notes{
16       c1
17     }  
18   >  
19 }