]> git.donarmstrong.com Git - lilypond.git/blob - input/test/transposing.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / test / transposing.ly
1
2 \score { 
3   \context Voice \notes\relative c {
4     % btw: this is not how transposing is done in mudela,
5         % this is a transposing performer, i.e. for midi-output only
6         \property Staff.transposing = 0 c
7         \property Staff.transposing = 2 c
8         \property Staff.transposing = 4 c
9         \property Staff.transposing = 5 c
10         \property Staff.transposing = 7 c
11         \property Staff.transposing = 9 c
12         \property Staff.transposing = 11 c
13         \property Staff.transposing = 12 c
14         
15   }
16   \paper { }  
17   \midi { }
18 }