bug-lilypond
[Top][All Lists]
Advanced

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

Re: repeat and collision with a new clef


From: Keith OHara
Subject: Re: repeat and collision with a new clef
Date: Mon, 13 Aug 2012 03:54:56 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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 }






reply via email to

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