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 <
pierre.schneider.pa...@gmail.com> 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
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to