Am Mo., 17. Dez. 2018 um 14:52 Uhr schrieb Reggie <reegist...@gmail.com>:

> 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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to