lilypond-user
[Top][All Lists]
Advanced

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

Re: Placement of clefs at repeat bars


From: ptoye
Subject: Re: Placement of clefs at repeat bars
Date: Sat, 3 Feb 2018 12:08:22 -0700 (MST)

I've found that this is was reported as an "ugly" in 2011. I think it's a bug
as the output is definitely incorrect.

The reverse happens with the snippet below, where the change of clef is
missing.

\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  c
  }
   c c
 }

}





--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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