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
lem
juiceDéLemon 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
You could "fake" the opus by putting it in markup instead of the header
(see attached).
--
Knute Snortum
On Mon, Aug 21, 2023 at 5:08 PM Joseph Srednicki
wrote:
> Hello:
>
> When coding organ pieces, I want the registration to appear following the
> header.
>
> In the following example, I ins