From bd3c92cbe6edabb9a006ff76290012aa8f8ed13a Mon Sep 17 00:00:00 2001 From: Keith OHara Date: Tue, 15 May 2012 23:43:20 -0700 Subject: [PATCH] Combine regression tests, correct version number. --- input/regression/collision-seconds.ly | 2 +- input/regression/finger-chords.ly | 17 ++++++++++++----- input/regression/fingering-flag.ly | 11 ----------- 3 files changed, 13 insertions(+), 17 deletions(-) delete mode 100644 input/regression/fingering-flag.ly diff --git a/input/regression/collision-seconds.ly b/input/regression/collision-seconds.ly index f708644440..37540c16f2 100644 --- a/input/regression/collision-seconds.ly +++ b/input/regression/collision-seconds.ly @@ -1,4 +1,4 @@ -\version "2.14.0" +\version "2.15.34" \header { texidoc = "Seconds do not confuse the collision algorithm. diff --git a/input/regression/finger-chords.ly b/input/regression/finger-chords.ly index 233a628b54..41f7df22c5 100644 --- a/input/regression/finger-chords.ly +++ b/input/regression/finger-chords.ly @@ -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 index 34a44f31bb..0000000000 --- a/input/regression/fingering-flag.ly +++ /dev/null @@ -1,11 +0,0 @@ -\version "2.15.37" - -\header { - texidoc = "Horizontal fingerings avoid flags. -" -} - -\relative c' { - \set fingeringOrientations = #'(right) - 8 -} -- 2.39.2