From 40ee028f6ce50749a04979f15d3100547fa43c1a Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 28 Aug 2004 13:34:21 +0000 Subject: [PATCH] new file. --- ChangeLog | 6 ++++-- input/regression/slur-extreme.ly | 28 ++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 input/regression/slur-extreme.ly diff --git a/ChangeLog b/ChangeLog index 2929f9b3df..bdc179e0c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ 2004-08-28 Han-Wen Nienhuys - * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set - bassStaffProperties to \clef bass. + * input/regression/slur-extreme.ly: new file. + + * ly/engraver-init.ly (Score): set bassStaffProperties to \clef + bass. Obviates \clef bass in the bass staff, when using \autochange * lily/auto-change-iterator.cc (construct_children): instantiate up/down Staff, create Voice on up staff initially. Obviates diff --git a/input/regression/slur-extreme.ly b/input/regression/slur-extreme.ly new file mode 100644 index 0000000000..28a606240b --- /dev/null +++ b/input/regression/slur-extreme.ly @@ -0,0 +1,28 @@ + +\version "2.3.12" + +\header { + + texidoc=" +Extreme slurs are scaled to fit the pattern, but only symmetrically. +Asymmetric slurs are created by setting @code{excentricity}." + +} +\paper { + raggedright = ##t +} + +baseWalk = \relative c { + \time 6/4 + \stemDown + \slurUp + d,8[( a' d f] a[ d f d] a[ f d a)] + d,8[( a' d f] a[ a a d] f[ d d, a)] + \once\override Slur #'excentricity = #6.0 + d,8[( a' d f] a[ a a d] f[ d d, a)] +} + +\context PianoStaff + \autochange \baseWalk + + -- 2.39.5