lilypond-user
[Top][All Lists]
Advanced

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

Re: Clef-BarLine crash with changed break-align-orders


From: Noeck
Subject: Re: Clef-BarLine crash with changed break-align-orders
Date: Fri, 11 Dec 2015 18:55:26 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0

Hi Simon,

I think you need to spell the StaffBar and the Clef in lower case like
this to have an effect:

\once\override Score.BreakAlignment.break-align-orders =
#(make-vector 3 '(staff-bar clef))

This puts the clef after the bar line. However, there is not enough
space between the bar line and the clef. My workaround would be to force
some offset:

\once\override Staff.Clef.X-offset = 1

Cheers,
Joram



reply via email to

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