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