]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/finger-chords.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / finger-chords.ly
index 16c56bb67afee77ff9e34c39617c0fc3f95d72c2..488245c2e6e85a37de94aa3eca457f59a05af5ae 100644 (file)
@@ -1,11 +1,11 @@
 
-\version "2.11.51"
+\version "2.17.6"
 \header {
 
   texidoc = "It is possible to associate
 fingerings uniquely with notes. This makes it possible to add
-horizontal fingerings to notes.
-
+horizontal fingerings to notes. Fingering clears stems and flags
+if @code{'add-stem-support} is set.
 "
 
 }
@@ -23,14 +23,21 @@ horizontal fingerings to notes.
   \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 left)
-  < c-1  e-2 g-3 b-5 > 4
+  \set fingeringOrientations = #'(up right)
+  < c-1  e-2 g-3 b-5 > 4.
 
   \set fingeringOrientations = #'(right)
-  < c-1  e-2 g-3 b-5 > 4
+  < c-1  e-2 g-3 b-5 > 8
+
+  \override Fingering.add-stem-support = ##t
+  \set fingeringOrientations = #'(up right)
+  < c-1  e-2 g-3 b-5 > 4.
+
+  \set fingeringOrientations = #'(right)
+  < c-1  e-2 g-3 b-5 > 8
 
 }