juiceDéLemon <[email protected]> writes:
> hello list,
>
> new here,
>
> i have the following simplified snippets:
>
> music = \relative c' {
> c8 d e g, a b c4
> }
>
> \score
> \relative c' {
> \transpose c f, \music
> }
>
> is it possible to change clef in the middle of the transposed music
Please check your examples to actually run. In this case, simply
music = \relative c' {
c8 d e g, a b c4
}
\score {
\after 8*3 \clef "alto"
\transpose c f, \music
}
works. In more complex cases it might be easier to use simultaneous
music constructs (namely << ... >> ) to enter the clefs into the current
Staff .
--
David Kastrup