]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/finger-chords.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / finger-chords.ly
index 233a628b540e93e0e3c53bd40c5cb17ab744f4a9..ba89ec62336f06c65f99c45121f88ef818115775 100644 (file)
@@ -1,11 +1,11 @@
 
-\version "2.14.0"
+\version "2.16.0"
 \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.
 "
 
 }
@@ -26,11 +26,18 @@ horizontal fingerings to notes.
   \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
 
 }