Colin Tennyson <[email protected]> writes:

> David Kastrup wrote
>> A score cannot be transposed.  But its music can.
>> 
>> \score {
>>   \transpose c' a
>>   \new ChoirStaff <<
>>     \override Score.BarNumber.break-visibility = #'#(#f #t #t)
>>     \set Score.barNumberVisibility = #(every-nth-bar-number-visible 5)
>> [...]
>
> Wow, I could not have guessed that syntax will work.
>
> You see, the way I understood the documentation was that the  \transpose
> [note] [note] _must_ be followed _directly_ by a pair of curly braces.
> I'm pretty much stunned by your example, where the  \transpose c' a is
> followed by a \new ChoirStaff
>
> I tried several things, but always with the form  \transpose c' a { ... }

\transpose c' a { \new ChoirStaff << ... >> }

should work just as well as

\transpose c' a \new ChoirStaff << ... >>

but of course I am lazy.

-- 
David Kastrup

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

Reply via email to