lilypond-user
[Top][All Lists]
Advanced

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

Re: Beam & feathered beam together


From: Pierre Perol-Schneider
Subject: Re: Beam & feathered beam together
Date: Wed, 14 Nov 2018 14:44:09 +0100

BTW, here's the -- ugly -- coding to obtain the image:

\relative c' {
  \once\override Beam.stencil =
    #(lambda (grob) ly:beam::print
       (grob-interpret-markup grob
           #{ \markup\raise #1.8 \pattern #2 #Y #0.13 \beam #45 #0 #.41 #}))
  c16-\offset positions #1.8 [ c c c c ]
  \override Beam.grow-direction = #RIGHT
  \featherDurations #(ly:make-moment 3/4)
  { c64[ c c c c c c c] }
}

Cheers,
Pierre

Le mer. 14 nov. 2018 à 12:43, Pierre Perol-Schneider <address@hidden> a écrit :
Hi,
I'm trying to make the following output (see attached png).
Any idea ?

snippet:
%%
\version "2.19.82"
\relative c' {
  c16-\offset positions #2 [ c c c ]
  \override Beam.grow-direction = #RIGHT
  \featherDurations #(ly:make-moment 3/4)
  { c64[ c c c c c c c] }
}
%%

TIA, chears,
Pierre

reply via email to

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