]> git.donarmstrong.com Git - lilypond.git/blob - input/test/transposing.ly
release: 1.3.150
[lilypond.git] / input / test / transposing.ly
1 \header {
2 texidoc = " the transposing property leaves output invariant, but has effect on MIDI."
3
4 }
5 \version "1.3.146"
6
7 \score { 
8   \context Voice \notes\relative c {
9     % btw: this is not how transposing is done in mudela,
10         % this is a transposing performer, i.e. for midi-output only
11         \property Staff.transposing = #0 c
12         \property Staff.transposing = #2 c
13         \property Staff.transposing = #4 c
14         \property Staff.transposing = #5 c
15         \property Staff.transposing = #7 c
16         \property Staff.transposing = #9 c
17         \property Staff.transposing = #11 c
18         \property Staff.transposing = #12 c
19         
20   }
21   \paper { }  
22   \midi { }
23 }