lilypond-user
[Top][All Lists]
Advanced

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

Re: Beaming question


From: Martín Rincón Botero
Subject: Re: Beaming question
Date: Sun, 27 Nov 2022 18:10:21 +0100

Hi Molly,

you can subdivide beams. F. ex.:

\score {

 \absolute {

   \set subdivideBeams = ##t

   \set baseMoment = #(ly:make-moment 1/8)

   \set beatStructure = 2,2,2,2

    \tuplet 3/2 { f ''16 c''  f'' }   c''  f'' 

 }

}


See https://lilypond.org/doc/v2.23/Documentation/notation/beams?fbclid=IwAR1Qn9DKr2gszNhQanwlIFzN0U9tHDrSBqydvvWdmT7PLP6_Lq7ocB8jwjs#setting-automatic-beam-behavior  for more examples.


—Martín.


www.martinrinconbotero.com


On Nov 27, 2022 at 5:45 PM, <Molly Preston> wrote:

I am working with a texture of triplet 16ths that occasionally are duple 16ths. I am wondering if there is a way to turn the beam into a single beam between the second f'' in the triplet to the c'' in the below example. I'm not sure what that's called and couldn't find it in the notation manual. It is written that way in the original score. (This is an orchestration project for school.)


\version "2.22.2"

\score {
 \absolute {
   
    \tuplet 3/2 { f ''16 c''  f'' }   c''  f''  )  | %m67
 }
}


Any help is appreciated!

Thanks!

Molly

reply via email to

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