]> git.donarmstrong.com Git - lilypond.git/blob - input/midi/transposition.ly
Fix off-by-one error in constrained-breaking.
[lilypond.git] / input / midi / transposition.ly
1 \header
2 {
3   texidoc =  "should deliver f' in MIDI"
4 }
5 \version "2.10.5"
6
7 \score {
8   {
9     \transposition f
10     c''
11   }
12   \midi{}
13   \layout{}
14 }