From: fred Date: Wed, 27 Mar 2002 01:18:59 +0000 (+0000) Subject: lilypond-1.4.1 X-Git-Tag: release/1.5.59~637 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c1a75ff8ed3984c040ab81c5e15f9d6aaa666b8c;p=lilypond.git lilypond-1.4.1 --- 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 + } +}