If I use the snippet attached, the slur over the notes goes way higher than I'd want and makes the stave spacing in my score poor. I've tried using:

\shapeSlur #'(x1 y1 x2 y2 x3 . .x4 y4) [well, actually \shapeSlur #'(0 -2.5 -1 3.5 0 0 0 -2.5) ]

but get an error:

error: unknown escaped string: `\shapeSlur'

Does anyone have any ideas on how to get a less extreme shape to the slur, please?

--
Phil Holmes

{
 \clef "treble"
 \key bes\major
 \time 2/4
 \shapeSlur #'(0 -2.5 -1 3.5 0 0 0 -2.5) 
 f''8 [  r16  f''16 (  ] < des'' des'''>8. [ < bes' bes''>16 ]   |  % 1
< ges' ges''>8. [  des''16 ]  ees''8. [  e''16 )  ]  \bar "|."
}

Attachment: SlurTest.pdf
Description: Adobe PDF document

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to