]> git.donarmstrong.com Git - lilypond.git/blob - input/test/dots.ly
release: 1.3.111
[lilypond.git] / input / test / dots.ly
1 \version "1.3.110";
2 \score { 
3   \context Voice \notes\relative c'' {
4     \time 6/8;
5         d4. g,,
6         <b''4. c d e>  <f g a b>
7         <g b d> <c, g' d' a'>
8         
9         
10         \context Staff <
11                 \context Voice = VA {  \stemUp   f''  <b c> r4.  }
12                 \context Voice = VB {  \stemDown b, <a b> r4. }
13         >
14         
15         
16   }
17   \paper { }  
18   \midi { }
19 }