David, et al.,

The \transposition command would seem do what I want, except that I’ve 
discovered belatedly that LilyPond’s midi output doesn’t seem to respect 
repeats at all. Is this true?

I compiled the following little file using \transposition as I think you 
intended:

music = {c'4 d' e' f' \transposition c''}

\score {
  {
    \repeat volta 2 \music
    \transposition c' c' e' d' f'
  }
  \layout {}
  \midi {}
}

The pdf output contained the music I hoped for but the midi output does not 
contain the second measure of this three-measure opus.

Incidentally, I don’t see where the \transposition command is documented. I do 
see documentation for \transpose, which is similar but not useful in this 
situation.

John Gourlay


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to