2013/12/31 Colin Tennyson <[email protected]>:

> Is there a way to use built-in LilyPond functionality so that there is a
> _single_ point in the code for setting the transposition?
>
> I tried embracing the entire score part of the source in a
> \transpose a fs { ... }
> but the parser didn't accept that.



Hi,

how about

\score {
  \transpose c' a
  \new ChoirStaff <<
   ... some-music...
  >>
}


HTH,
  Harm

P.S. Lot's of barcheck errors ...

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to