]> 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 b618d963652923b5f561b67bb5c929231799785d..488245c2e6e85a37de94aa3eca457f59a05af5ae 100644 (file)
@@ -1,15 +1,15 @@
 
-\version "2.6.0"
+\version "2.17.6"
 \header {
 
-  texidoc = "With the new chord syntax, it is possible to associate
+  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.
 "
 
 }
-\layout { raggedright= ##t }
+\layout { ragged-right= ##t }
 
 
 
@@ -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
 
 }