]> git.donarmstrong.com Git - lilypond.git/commitdiff
Combine regression tests, correct version number.
authorKeith OHara <k-ohara5a5a@oco.net>
Wed, 16 May 2012 06:43:20 +0000 (23:43 -0700)
committerKeith OHara <k-ohara5a5a@oco.net>
Sat, 19 May 2012 03:44:11 +0000 (20:44 -0700)
input/regression/collision-seconds.ly
input/regression/finger-chords.ly
input/regression/fingering-flag.ly [deleted file]

index f7086444409ce42feea9f6764f0282438ad3ff14..37540c16f246964d8d374bc7bd7a81f2f6ddb0d3 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.15.34"
 
 \header {
   texidoc = "Seconds do not confuse the collision algorithm.
index 233a628b540e93e0e3c53bd40c5cb17ab744f4a9..41f7df22c5d9b691744a5648af18d9e90ef870bf 100644 (file)
@@ -4,8 +4,8 @@
 
   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
 
 }
 
diff --git a/input/regression/fingering-flag.ly b/input/regression/fingering-flag.ly
deleted file mode 100644 (file)
index 34a44f3..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-\version "2.15.37"
-
-\header {
-  texidoc = "Horizontal fingerings avoid flags.
-"
-}
-
-\relative c' {
-  \set fingeringOrientations = #'(right)
-  <a-5 c-3>8
-}