-----Original Message-----
From: Thomas Morley <thomasmorle...@gmail.com>
To: David Sumbler <da...@aeolia.co.uk>
CC: lilypond-user <lilypond-user@gnu.org>
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 <
da...@aeolia.co.uk>:


> 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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to