]> git.donarmstrong.com Git - lilypond.git/blob - input/test/updown.ly
release: 1.3.141
[lilypond.git] / input / test / updown.ly
1 \score { 
2   \context Voice \notes\relative c {
3     % this used to work (long time ago):
4         % <{\voiceOne e}
5         % {\voiceTwo c}>
6         
7         % now we need:
8         <\context Voice=one {\voiceOne e}
9         \context Voice=two {\voiceTwo c}>
10         
11   }
12   \paper { }  
13   \midi { }
14 }