Re: Markup block that "interrupts" the header?

2023-08-22 Thread Knute Snortum
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

Re: changing clefs in transposed variable

2023-08-22 Thread David Kastrup
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

changing clefs in transposed variable

2023-08-22 Thread juiceDéLemon
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