The result of a transpose operation sometimes generate notes that are too
high (or too low) for my needs. In this case I would like to have these
notes one octave lower (or higher).

Is there any way to indicate a range where the notes should stay when
applying a transpose function?

Here it is an example code with the issue.

\version "2.19.60"
music = \fixed c' {c e g c}

{\music}
{\transpose c e \music} %b is too high
{  e' gis' b e'} % this is ok
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to