lilypond-user
[Top][All Lists]
Advanced

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

Re: Subdivide beams in triplets


From: David Kastrup
Subject: Re: Subdivide beams in triplets
Date: Tue, 22 Sep 2015 07:36:11 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Nick McManus <address@hidden> writes:

> Hi all,
>
> I'm having some trouble achieving subdivided beams in this particular 
> example:
>
> \version "2.18.2"
>
> \relative c''{
>   \set subdivideBeams = ##t
>   \set baseMoment = #(ly:make-moment 1 8)
>   \tuplet 9/4 {a16 bes a bes c bes c d c}
> }
>
> I would like to achieve a set of 9 semiquavers (16th notes) with the beam 
> subdivided every three notes.  How do I go about this?

Rather obviously \set baseMoment = #(ly:make-moment 1/12)

-- 
David Kastrup



reply via email to

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