lilypond-user
[Top][All Lists]
Advanced

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

feathered beam calculations


From: N. Andrew Walsh
Subject: feathered beam calculations
Date: Fri, 15 Dec 2017 09:33:17 +0100

Hi List,

I'm trying to use the \featherDurations command on a brief passage:

\relative c' {
a,,^\markup { \italic "subito meno mosso" }\( b cis dis eis8\) 
 \override Beam.grow-direction = #LEFT
  \featherDurations #(ly:make-moment 2/1)
 { a,32[\( b cis dis eis]\)\fermata } 
 \override Beam.grow-direction = #'()
 < a, cis e >16 < a cis e >

}

What I want is for that feathered group on the fourth line to occupy the duration of exactly one eighth note. As there are five notes, I'm struggling with the math, and thus what to put after ly:make-moment.

Can you advise as to what the numbers should be?

Cheers,

A

reply via email to

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