You need to split the music expression, I cannot think of a different
solution because

\transpose c e, \music

would be too low.

2017-06-25 10:29 GMT+02:00 Gianmaria Lari <gianmarial...@gmail.com>:

> 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
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to