lilypond-user
[Top][All Lists]
Advanced

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

Re: not so nice slur


From: Kieren MacMillan
Subject: Re: not so nice slur
Date: Mon, 12 Jan 2009 08:58:34 -0500

Hi Stefan,

Yes, I'm trying to make it not cross through the stems

Here's one option:

\version "2.12.0"
\include "english.ly"

slurFix = {
  \once \override PhrasingSlur #'height-limit = #4
  \once \override PhrasingSlur #'ratio = #0.6
  \once \override PhrasingSlur #'positions = #'(7 . 7)
}

\relative g {
  \clef bass
  \key c \minor
  \time 4/4
  \slurFix <g c ef g>4\( <af c ef af>
    << { <ef' g>8. <d f>16 } \\ { <g, b>4 } >> <ef g c ef>\) |
}

Play around with the different parameters to get exactly what you want.

HTH!
Kieren.




reply via email to

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