2016-04-11 0:21 GMT+02:00 Ryan Michael <ryan.wiegh...@gmail.com>:
> Hello . I have a score that I would the entirety of to be transposed down a
> perfect fifth.
> I tried
>
> \Transpose c f,{
>
>  E4 e f g g f e d c c d e e4. D8 d2 r2
> }
>
> But that was greater than a fifth.
>
> Then I tried
>
> \transpose c f{
>
> %ibidem%
> }
>
> But that also didn't work ...
>
>
>
> }
>
>
>
> --
> ॐ नमः शिवाय
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>

Apart from upcase-issues,

m = { e4 e f g g f e d c c d e e4. d8 d2 r2 }
\new Staff { \clef bass \m }
\new Staff { \clef bass \transpose c f, \m }

works perfectly fine.

Obviously I miss the point.


Cheers,
  Harm

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

Reply via email to