lilypond-user
[Top][All Lists]
Advanced

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

Placement of clefs at repeat bars


From: Peter Toye
Subject: Placement of clefs at repeat bars
Date: Fri, 2 Feb 2018 11:44:34 +0000

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:address@hidden
www.ptoye.com
reply via email to

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