lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Efficient transposition


From: Thomas Morley
Subject: Re: Efficient transposition
Date: Tue, 31 Dec 2013 00:10:41 +0100

2013/12/31 Colin Tennyson <address@hidden>:

> 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 ...



reply via email to

[Prev in Thread] Current Thread [Next in Thread]