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: Thu, 15 Nov 2018 11:29:35 +0100

Hi Harm,

Le mer. 14 nov. 2018 à 23:07, Thomas Morley <address@hidden> a écrit :
currently setting 'grow-direction is possible for the whole beam only,
but not starting a feather at arbitrary position after the beam has
already begun.

It _is_ possible to code a stencil-override to create such a thing,
but it is a huge effort. I did similar before, alas not exactly what's
needed here.

Yep, I've already checked the work you did few years ago on the english list and the german board.
 
You could try to hack two voices as you already posted, probably like:
\fixed c' {
  <<
    { \voiceOne
      c16-\offset positions #-1.2 [ c c c c c c c c c c c c ] }
      \\
    { \voiceOne
        s4
       \override Beam.grow-direction = #RIGHT
       c32*4 [ \repeat unfold 3 s  c] }
  >>
}

Nice! Thank you.

If you need a more robust thingy I could give it a try, but I'm not
sure when. Probably you'll have to wait some weeks.
Some other things are more prominent on my TODO-list:
Things that I've promised to do have even less priority than things
I've promised to finish last week have less priority than things I've
promised to have done weeks ago etc ...

;)...
Don't worry, you're hack is just great for the moment. Thanks again.
Cheers,
Pierre

reply via email to

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