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