lilypond-user
[Top][All Lists]
Advanced

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

Re: Auto-beaming


From: Vaughan McAlley
Subject: Re: Auto-beaming
Date: Fri, 15 Dec 2017 14:26:39 +1100

On 15 December 2017 at 12:58, Caagr98 <address@hidden> wrote:
I tried that at first, but it made *everything* beam together, including rest+three eights or stuff containing sixteenths.

On 12/15/17 02:54, Ben wrote:
> On 12/14/2017 8:21 PM, Caagr98 wrote:
>> I'm currently writing some sheet music in 2/4. I'd like measures containing four eights to be all beamed together, but everything except that should use Lilypond's default rules. How can I achieve this?
>>
>> _______________________________________________
>> lilypond-user mailing list
>> address@hidden
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
> I am not 100% sure about this, but just did a quick mock up by memory
> (I don't do a lot of beaming like this but...hopefully it's a start)
>
> Does this work?
>
> \version "2.19.80"
>
> \relative {
>   \time 2/4
>   a'8^"default" a a a a a a a
>   \set Timing.beamExceptions = #'()
>   \set Timing.baseMoment = #(ly:make-moment 1/2)
>  
>   a8^"changed" a a a a a a a
>  
> }
>
> (see attached)
>
>
>
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user
\set Timing.beamExceptions =
    \beamExceptions { 8 [ 8 8 8 ] }

…should do what you want.

Vaughan



reply via email to

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