X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fslur-staccato.ly;h=0841c171b81c5f986dc09c94ed61808bae37f224;hb=2b1333cfd272ae54d9cbaac001d2b29a8b64a954;hp=9be7f06a0860e20d977db57c46b2694f97fea774;hpb=15e565fef41ab50d140c3028bc6d9cff1a43a56a;p=lilypond.git diff --git a/input/regression/slur-staccato.ly b/input/regression/slur-staccato.ly index 9be7f06a08..0841c171b8 100644 --- a/input/regression/slur-staccato.ly +++ b/input/regression/slur-staccato.ly @@ -1,17 +1,18 @@ -\version "1.7.16" + +\version "2.3.4" \header { -texidoc="Manual hack for slur and staccato." +texidoc="An extra offset may be added between a slur and staccato(s)." } \paper { raggedright = ##t} \score { - \context Staff \notes\relative c'' { - \property Voice.Slur \override + \context Staff \relative c'' { + \override Slur #'attachment-offset = #'((0 . 1) . (0 . 1)) - a-.( g-. a-)-. - \property Voice.Slur \override + a-.( g-. a)-. + \override Slur #'attachment-offset = #'((0 . 1.5) . (0 . 1.5)) - b-.( a-. b-)-. + b-.( a-. b)-. } -} %% new-chords-done %% +}