]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/backend-excercise.ly
*** empty log message ***
[lilypond.git] / input / regression / backend-excercise.ly
1 \header {
2 texidoc = "Excercise all output functions"
3   }
4
5 \relative {
6   \new StaffGroup <<
7     \new Staff <<
8       {
9       #(set-octavation 1)
10       \times 2/3 {  c'8[\< c]( f''\!)  }
11     }
12       \skip 1 >>
13     \new Staff {
14       \makeClusters { <g a>8 <e a> }
15       }
16   >>
17 }