]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-vestigial-outside-staff-callback.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / input / regression / slur-vestigial-outside-staff-callback.ly
index 841ad8e6de1cb4f5db67739152013a6c97372473..4bbc38bf641a597ae125631755ed34ff839927a1 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.15.13"
+\version "2.19.21"
 
 \header {
   texidoc = "Outside staff callbacks that no longer apply to grobs
@@ -10,10 +10,10 @@ the first and second examples.
 "
 }
 
-\relative c'' {
+\relative {
   \set strokeFingerOrientations = #'(up)
-  \override StrokeFinger #'avoid-slur = #'outside
+  \override StrokeFinger.avoid-slur = #'outside
   \autoBeamOff
-  <a-\rightHandFinger #2 >16 b
+  <a'-\rightHandFinger #2 >16 b
   <a-\rightHandFinger #2 >16( b)
 }