lilypond-user
[Top][All Lists]
Advanced

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

Re: Variable slur thickness


From: Thomas Morley
Subject: Re: Variable slur thickness
Date: Fri, 11 Mar 2016 00:48:14 +0100

2016-03-11 0:29 GMT+01:00 Sharon Rosner <address@hidden>:
> Hi Abraham,
>
> Putting this code into actual use, I found a show stopper. After a line
> break, the slur thickness stops being adjusted and reflects the default
> thickness value.
>
> Any idea?
>
> Sharon


How should it look in situations like below?

\score {
 { c'1( \break d') \repeat unfold 12 { d' \noBreak } c'( \break c' d' c' d') }
 \layout {
   \override Slur.after-line-breaking = #(variable-slur-thickness 3 10 1.4 12.7)
 }
}


Cheers,
  Harm



reply via email to

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