From c1a75ff8ed3984c040ab81c5e15f9d6aaa666b8c Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 01:18:59 +0000 Subject: [PATCH] lilypond-1.4.1 --- Documentation/header.html.in | 4 ++-- input/regression/slur-stem-broken.ly | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 input/regression/slur-stem-broken.ly diff --git a/Documentation/header.html.in b/Documentation/header.html.in index 312b1e99f6..2188e4e68b 100644 --- a/Documentation/header.html.in +++ b/Documentation/header.html.in @@ -41,8 +41,8 @@ which substitutes some @AT_VARIABLES@ as well. General information
- For new users
- For users
+ For new users
+ For users
For developers
Background information
diff --git a/input/regression/slur-stem-broken.ly b/input/regression/slur-stem-broken.ly new file mode 100644 index 0000000000..3c7800da51 --- /dev/null +++ b/input/regression/slur-stem-broken.ly @@ -0,0 +1,14 @@ +\header { +texidoc="Trend of broken slur with user-overridden stem attachment should also +follow the same vertical direction it would have had in unbroken state." +} +\score { + \notes\relative c' { + \property Voice.Slur \override #'attachment = #'(stem . stem) + f( c' c c \break + c c c \stemUp ) c + } + \paper { + linewidth=40*\staffspace + } +} -- 2.39.5