lilypond-user
[Top][All Lists]
Advanced

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

Re: Collision between accidentals and start-of-line brackets


From: Luca Fascione
Subject: Re: Collision between accidentals and start-of-line brackets
Date: Tue, 22 Nov 2022 13:30:51 +0100

Ok, so, small source at the bottom

image.png

See how the stems of the first columns in bars 2, 6, 10 all line up, whereas on bars 3, 7, 11 they don't...

L

\version "2.22.1"

\layout {
    \override Score.Clef.break-visibility = #'#(#f #f #f)  % make only the first clef visible
}

m =  \relative c'' {
    c4 c c c | \break
    <as, b cis fis>4 cis cis cis |
    <as b cis fis>4 cis cis cis |
    \repeat unfold 2 { c c c c } \break
    <es fis as cis>4 c c c |
    <es fis as cis>4 cis cis cis |
    \repeat unfold 2 { c c c c } \break
    \repeat unfold 4 { c c c c }
}

\score {
    \m
}
    

On Tue, Nov 22, 2022 at 1:15 PM Luca Fascione <l.fascione@gmail.com> wrote:
It seems to have something to do with this:

\override Clef.break-visibility = #'#(#f #f #f)  

I'm working on shortening the source 

L

On Tue, Nov 22, 2022 at 12:25 PM Luca Fascione <l.fascione@gmail.com> wrote:
Ha. Ok, I'll whittle it down to something small that repros it then.
Thanks Leo!
L

On Tue, 22 Nov 2022, 12:00 Leo Correia de Verdier, <leo.correia.de.verdier@gmail.com> wrote:
Hi Luca!

This works quite well when I try to replicate it, so the code producing the error is probably needed to solve this. Try to make a minimal example. That said, one could guess that it could have something to do with break-alignments.

Best
/Leo

22 nov. 2022 kl. 11:27 skrev Luca Fascione <l.fascione@gmail.com>:

Hi all,
In a sheet I'm working on I'm observing that the accidentals on the first bar of a line aren't handling collisions with the start-of-line bracket and bar, while inbetween bars this works just fine (see attached image).

Where do I look for hints on how to fix this?

Many thanks,
Luca

image.png
-- 
Luca Fascione




--
Luca Fascione



--
Luca Fascione


reply via email to

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