]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/backend-excercise.ly
* lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
[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       }
14       \skip 1 >>
15     \new Staff \relative c'' {
16       \makeClusters { <g a>8 <e a> }
17     }
18   >>
19 }