lilypond-user
[Top][All Lists]
Advanced

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

Re: beam and partial


From: Gianmaria Lari
Subject: Re: beam and partial
Date: Tue, 28 Jan 2020 14:44:24 +0100

Thank you Aaron and Martin.

It's very clear.

Best regards, g.

On Tue, 28 Jan 2020 at 14:25, Aaron Hill <address@hidden> wrote:
On 2020-01-28 4:52 am, Gianmaria Lari wrote:
> Just a curiosity. Why lilypond engrave this:
>
> \version "2.19.83"
> {\partial 8*7 g8 8 8 8 8 8 8}
>
>
> like
>
> g8[ 8 8]     8[ 8 8 8]
>
> I would expect:
>
> g8[ 8 8 8]     8[ 8 8]

Notes within the anacrusis are adjacent to the end of the measure.  To
beam notes, you would need to consider what the complete measure would
look like.  This could be done by adding in imaginary skips at the
beginning of the measure.

       \partial 8*7     g8  8 8   8  8 8 8
   =>  \partial 8*8 s8  g8  8 8   8  8 8 8
   =>  \partial 8*8 s8[ g8  8 8]  8[ 8 8 8]
   =>  \partial 8*7     g8[ 8 8]  8[ 8 8 8]


-- Aaron Hill


reply via email to

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