]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/finger-chords.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / finger-chords.ly
index ba89ec62336f06c65f99c45121f88ef818115775..2c5c6b6972179842c172338accbf017cbfb3e4f2 100644 (file)
@@ -1,11 +1,11 @@
 
-\version "2.16.0"
+\version "2.17.10"
 \header {
 
   texidoc = "It is possible to associate
 fingerings uniquely with notes. This makes it possible to add
-horizontal fingerings to notes. Fingering clears stems and flags
-if @code{'add-stem-support} is set.
+horizontal fingerings to notes. Fingering defaults to not clearing
+flags and stems unless there is a collision or a beam.
 "
 
 }
@@ -23,7 +23,7 @@ if @code{'add-stem-support} is set.
   \set fingeringOrientations = #'(down left up)
   < c-1  e-2 g-3 b-5 > 4
 
-  \once \override Fingering  #'staff-padding = #'()
+  \once \override Fingering.staff-padding = #'()
   < c-1  e-2 g-3 b-5 > 4
 
   \set fingeringOrientations = #'(up right)
@@ -32,7 +32,7 @@ if @code{'add-stem-support} is set.
   \set fingeringOrientations = #'(right)
   < c-1  e-2 g-3 b-5 > 8
 
-  \override Fingering #'add-stem-support = ##t
+  \override Fingering.add-stem-support = ##t
   \set fingeringOrientations = #'(up right)
   < c-1  e-2 g-3 b-5 > 4.