lilypond-user
[Top][All Lists]
Advanced

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

Re: Separate a tuplet from the rest under a common beam


From: Volodymyr Prokopyuk
Subject: Re: Separate a tuplet from the rest under a common beam
Date: Wed, 14 Dec 2022 21:33:15 +0100

Thank you Michael and Mats!

I'll go with Mat's response!

Vlad

On Wed, Dec 14, 2022 at 5:35 PM Mats Bengtsson <matsboxergrand@gmail.com> wrote:
Just copying and pasting from the example of subdividing beams at
https://lilypond.org/doc/v2.23/Documentation/notation/beams, I tried the
following, which seems to give the desired result.

\version "2.23.81"


\relative {
   \clef treble
   \key c \minor
   \time 2/4
   \set subdivideBeams = ##t
   \set baseMoment = #(ly:make-moment 1/8)
   \tuplet 3/2 { g'='16[( aes g) } fis g] a8 b |
}

    /Mats

On 2022-12-14 16:41, Volodymyr Prokopyuk wrote:
> Hello,
>
> *Problem*
>
> How can I separate a \tuplet from two sixteenths using a common
> eightingth beam?
>
> *Example code*
>
> \version "2.23.81"
>
> \relative {
>   \clef treble
>   \key c \minor
>   \time 2/4
>   \tuplet 3/2 { g'='16[( aes g) } fis g] a8 b |
> }
>
> image.png
>
>
> *Desired result*
> image.png
>
> I've tried to adjust the baseMoment, beatStructure, subdivideBeats and
> strictBeatBeaming but without success.
>
> Thank you very much,
> Vlad
>

reply via email to

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