]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-vestigial-outside-staff-callback.ly
Web-ja: update introduction
[lilypond.git] / input / regression / slur-vestigial-outside-staff-callback.ly
1
2 \version "2.19.21"
3
4 \header {
5   texidoc = "Outside staff callbacks that no longer apply to grobs
6 because they are outside the X boundary of a slur should terminate
7 early.  The example below should generate no warnings about Bezier
8 curves and there should be no change in StrokeFinger position between
9 the first and second examples.
10 "
11 }
12
13 \relative {
14   \set strokeFingerOrientations = #'(up)
15   \override StrokeFinger.avoid-slur = #'outside
16   \autoBeamOff
17   <a'-\rightHandFinger #2 >16 b
18   <a-\rightHandFinger #2 >16( b)
19 }