On Sun, 29 Sep 2024, Walt North wrote:
> What would be the correct way to code the following case?
>
> I have a repeated section. The first alternative volta has a couple of
> measure before going back to the repeat. The second volta should just carry
> on with the remainder of the piece. I'd l
Well... one more little improvement at least I don't need to split
out the coding for the chords this way.
\version "2.24.4"
\layout {
\context {
\ChordNames
\override BarLine.bar-extent = #'(0 . 2)
\consists "Bar_engraver"
}
}
ch = \chordmode {
c1 c
\repeat volta 2 {
What would be the correct way to code the following case?
I have a repeated section. The first alternative volta has a couple of
measure before going back to the repeat. The second volta should just
carry on with the remainder of the piece. I'd like to have an
indication of the 2. volta jus
Well after I sent this I find one way to do it though not ideal.
Perhaps there is something better but this will suffice though it
still means basically splitting one measure out specially. Not much
better then putting one measure under the volta. Actually as I think
about it putting