There seems to be a bug in the placement of clef change signs at repeats. The
snippet below puts the bass clef sign before the repeat bar. It should be
after! The score as engraved implies that the change to bass clef is for the
repeated section, not the following bar. Very confusing for the sight-reader.
\version "2.19.52"
\language "english"
\score {
\new Staff {
\time 4/4
\clef "treble"
c''2 c''
\repeat volta 2 {
c'' c'' | \clef "bass" c \clef "treble" c''
}
\clef "bass" c c
}
}
Regards,
Peter
mailto:[email protected]
www.ptoye.com_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user