lilypond-user
[Top][All Lists]
Advanced

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

Re: double slurs within beamed notes


From: Kieren MacMillan
Subject: Re: double slurs within beamed notes
Date: Wed, 28 Mar 2018 19:52:38 -0400

Hi Lucas,

> I did find one workaround, and I’ll describe it just in case someone else 
> with the same problem finds this email later, but it is horrible:

Here’s another… though I’m not sure it’s much less horrible:

%%%  SNIPPET ENDS
\version "2.19.80"

stuff = {
  <b'-\tweak Slur.extra-offset #'(0 . -0.4) \=1 _( f''-\tweak Slur.extra-offset 
#'(0 . 0.6) \=2 ^(>16 <c''\=1 ) e'' \=2 )>8
  <b'-\tweak Slur.extra-offset #'(0 . -0.4) \=1 _( f''-\tweak Slur.extra-offset 
#'(0 . 0.6) \=2 ^(>16 <c''\=1 ) e'' \=2 )>16
  <b'-\tweak Slur.extra-offset #'(0 . -0.4) \=1 _( f''-\tweak Slur.extra-offset 
#'(0 . 0.6) \=2 ^(>16 <c''\=1 ) e'' \=2 )>8
}

\score {
  \stuff
}
%%%  SNIPPET BEGINS

Fortunately, this could relatively easily be function-ized… And likely, the 
offset could be replaced with something automagic (instead of trial-and-error). 
So maybe it’s a winner after all?

Hope this helps!
Kieren.

________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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