lilypond-user
[Top][All Lists]
Advanced

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

Re: feathered beam calculations


From: Thomas Morley
Subject: Re: feathered beam calculations
Date: Mon, 17 Dec 2018 21:25:13 +0100

Am Mo., 17. Dez. 2018 um 14:52 Uhr schrieb Reggie <address@hidden>:

> How do you change the amount of "beams" you feather when
> the amount of notes is example 3. You need to just forget it? 3  beams are
> not possible?
>
> \relative d {
>   \clef bass
>   \time 4/4
>   d2 e4
>   \override Beam.grow-direction = #RIGHT
>   \featherDurations #(ly:make-moment 3/4)
>   {
>     \once \override TupletNumber.stencil = ##f
>     \tuplet 3/4 { c16[ d e] } |
>   }
>   \revert Beam.grow-direction
>   cis1 |
> }

Scale durations:

\relative d {
  \clef bass
  \override Beam.grow-direction = #RIGHT
  \featherDurations #(ly:make-moment 3/4)
    c16*4/3[ d e]
    c32*2*4/3[ d e]
    c64*4*4/3[ d e]
    c128*8*4/3[ d e] |
  \revert Beam.grow-direction
  cis1 |
}

HTH,
  Harm



reply via email to

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