lilypond-user
[Top][All Lists]
Advanced

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

Re: changing clefs in transposed variable


From: David Kastrup
Subject: Re: changing clefs in transposed variable
Date: Tue, 22 Aug 2023 12:13:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

juiceDéLemon <stopgamingt@gmail.com> 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

reply via email to

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