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