Ptoye,

Does this work?

\repeat volta 2 {
   c'' c'' 
   \once \override Score.BreakAlignment #'break-align-orders = #(make-vector
3 '(staff-bar clef ))
   \clef "bass" | c  c
  }

Mark

-----Original Message-----
From: lilypond-user
[mailto:lilypond-user-bounces+carsonmark=ca.rr....@gnu.org] On Behalf Of
ptoye
Sent: Saturday, February 03, 2018 11:08 AM
To: lilypond-user@gnu.org
Subject: Re: Placement of clefs at repeat bars

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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to