lilypond-user
[Top][All Lists]
Advanced

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

Re: Line-breaking with non-aligned barlines


From: David Sumbler
Subject: Re: Line-breaking with non-aligned barlines
Date: Mon, 29 Oct 2018 11:10:21 +0000

-----Original Message-----
From: Thomas Morley <address@hidden>
To: David Sumbler <address@hidden>
CC: lilypond-user <address@hidden>
Subject: Re: Line-breaking with non-aligned barlines
Date: Sun, 28 Oct 2018 02:01:04 +0200

Am Fr., 26. Okt. 2018 um 23:52 Uhr schrieb David Sumbler <
address@hidden>:


> But as things are the break here is still unsatisfactory
> because the semiquaver just after the break has 2 long beams
> stretching
> back to the start of the line, whereas one would ideally want 1 long
> beam and a short one.  I haven't managed to figure out how this can
> be
> changed: any ideas would be welcome.

A minimal would be:

\paper { indent = 0 ragged-right = ##t }

{
    \override Beam.breakable = ##t
    s2. s8
    c'8[
    \break
    c'16]
}

I do not quite understand what to do with this.

What I now have (in the light of your previous email) amounts to:

{
        s2 s4..
        \once \override Beam.breakable = ##t
        \scaleDurations 6/4 { 
                << bf8[( { s1*1/24 \bar"" \break s1*1/12 } >>
                             a16]) r }
}

This gives the unsatisfactorily long second beam on the a16 note.
Does your minimal example provide a way of correcting this, and if so,
how should my code be altered?

David




reply via email to

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