This code shows how to transpose a whole score by changing one single piece …
…score just by setting the arguments to the \transpose call within the function definition. As you see …
…so they have to be additionaly transposed by \transpose bes c' {...}). To see the original pitches, you …
…4/4 } MyTranspose = #(define-music-function (m) (ly:music?) #{ \transpose f d $m #}) % In the previous line …
…#"Flute" \MyTranspose { \Basekey \FltPitches } } Trp = \new Voice \transpose bes c' { \set Staff.instrumentName = #"Trumpet" \MyTranspose { \…
…#"Flute" \MyTranspose { \Basekey \FltPitches } } Trp = \new Voice \transpose bes c' { \set Staff.instrumentName = #"Trumpet" \MyTranspose { \…