On Sat, Nov 09, 2013 at 04:16:17PM -0500, Frederick Bartlett wrote:
> Patrick,
> 
> Are you sure \transpose changes the key signature? It doesn't work for me,
> unless the \key is inside the \transpose, which won't generally be the
> case, since I put \key in a \global ... or is there some easier way to
> manage \transpose and \key? (I would like a way to \transpose all voices in
> a piece with a single command rather than putting an individual \transpose
> on each voice.)

\score {
  \transpose c ees
  <<
    (your voices here)
  >>
}


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

Reply via email to