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