lilypond-user
[Top][All Lists]
Advanced

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

Re: No mixing of different beams


From: Calixte Faure
Subject: Re: No mixing of different beams
Date: Tue, 21 Apr 2015 09:16:31 +0200

Hi Joram,

You can either use brackets :  { a8 a16[ a] a a a a }
But I guess you want it automated in every measure, so you have to override the beatSturcutre:
{
  \overrideTimeSignatureSettings
        #'(4 . 8)          % timeSignatureFraction
        #'(1 . 16)        % baseMomentFraction
        #'(2 2 4)         % beatStructure
        #'()                % beamExceptions
 \time 4/8    
  a8 a16 a a a a a
}

Hope this helps,
Regards.
Calixte.


2015-04-21 2:09 GMT+02:00 Noeck <address@hidden>:
Hi,

is there a general setting to avoid the beaming of the first note here:

{ a8 a16 a a a a a }

such that it looks like:

{ a8\noBeam a16 a a a a a }

Cheers,
Joram

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


reply via email to

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