]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/rhythm.ly
release: 1.1.54
[lilypond.git] / input / bugs / rhythm.ly
1 text =   \lyrics { four4 syl- la ble }
2 two = \notes  { c4. c8 }
3 fourn = \notes  { c4. c8 c4. c8 }
4 fiven = \notes  { [c16  c16 \bar "";  <{ c8 } { c16 c16 }> c8 }
5
6 \score { \notes{
7         \context Staff = SA
8         < \context Staff { \two } 
9           \context Lyrics { \rhythm \fourn \text   }
10         >
11         < \context Staff { \two } 
12           \context Lyrics { \rhythm \two \text   }
13         >
14         < \context Staff { \fiven } 
15           \context Lyrics { \rhythm \fiven \text   }
16         >
17
18 }
19 }