lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 2751 in lilypond: Repeat and collision with a new


From: lilypond
Subject: [Lilypond-auto] Issue 2751 in lilypond: Repeat and collision with a new clef
Date: Fri, 17 Aug 2012 09:17:31 +0000

Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 2751 by address@hidden: Repeat and collision with a new clef
http://code.google.com/p/lilypond/issues/detail?id=2751

Reported by Marc Lanoiselée here:
http://lists.gnu.org/archive/html/bug-lilypond/2012-08/msg00057.html

Original post:
-----------------------

\version "2.14.0"

{
   \clef "bass"
 \time 4/4 \partial 8*1
  \repeat volta 2 {
    c8
 c2 e4 g4
 c2. r8
  }
\once \override Score.BreakAlignment #'break-align-orders = #(make-vector 3
'( staff-bar clef ))

   \repeat volta 2 {
       \clef "alto"
     e8
     e2 e4. }
}
--------------------------

Keith O'Hara posted with a workaround:

Looks like an unpleasant bug.  The only workaround I see is the commented
override in the example below.

{ b1
% \once\override Score.BarLine #'space-alist #'clef = #'(minimum-space . 2.5) \once \override Score.BreakAlignment #'break-align-orders = #(make-vector 3
  '( staff-bar clef ))
  \bar":|:"
  \clef "alto"
  b1 }


And again with a further workaround:

http://code.google.com/p/lilypond/issues/detail?id=2746







reply via email to

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