]> git.donarmstrong.com Git - lilypond.git/blob - input/test/updown.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / test / updown.ly
1 \score { 
2   \context Voice \notes\relative c {
3     % this used to work:
4         % <{\voiceOne e}
5         % {\voiceTwo c}>
6         
7         % now we need:
8         \context Staff
9         <{\voiceOne e}
10         {\voiceTwo c}>
11         
12         
13         ; 
14         
15   }
16   \paper { }  
17   \midi { }
18 }