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