Here's where I am so far:

\version "2.19.82"
\fixed c' {
  <<
    { \voiceOne
      c16-\offset positions #-1 [ c c c c c c c c c c c c ] }
      \\
    { \voiceOne s4
       \once\override Beam.positions = #'(0 . -.8)
       c8[ s s s  c] }
  >>
}

Cheers,
Pierre

Le mer. 14 nov. 2018 à 14:44, Pierre Perol-Schneider <
[email protected]> a écrit :

> 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 <
> [email protected]> 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
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to