lilypond-user
[Top][All Lists]
Advanced

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

Re: Beaming question


From: Molly Preston
Subject: Re: Beaming question
Date: Tue, 29 Nov 2022 10:03:04 -0500

Thank you! Both these examples helped!

I ended up using the \beatstructure because I realized I had to do it for the whole measure. 

-Molly

On Mon, Nov 28, 2022 at 2:09 PM James.Correa <james.correa@protonmail.com> wrote:

I think this is what you are looking for:

\version "2.22.2"

\score {
\absolute {

\tuplet 3/2 { f ''16 [ c'' \once \set stemRightBeamCount = #1 f'' } \once \set stemLeftBeamCount = #1 c'' f'' ) ] | %m67 
}
}

---
James Correa
Composer - guitarist - sound designer
http://www.jamescorrea.net
http://wp.ufpel.edu.br/labcomp/

Sent with Proton Mail secure email.

------- Original Message -------
On Sunday, November 27th, 2022 at 13:44, Molly Preston <mollyprestonre@gmail.com> 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]