]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.4.1
authorfred <fred>
Wed, 27 Mar 2002 01:18:59 +0000 (01:18 +0000)
committerfred <fred>
Wed, 27 Mar 2002 01:18:59 +0000 (01:18 +0000)
Documentation/header.html.in
input/regression/slur-stem-broken.ly [new file with mode: 0644]

index 312b1e99f648869b4cb33eabd963092bcbf81f37..2188e4e68bb6f061c96cac4d339c2b7b685ba1de 100644 (file)
@@ -41,8 +41,8 @@ which substitutes some @AT_VARIABLES@ as well.
       </td></tr>
       <tr><td><font size=-1>
        <a href="@TOP@Documentation/out-www/index.html#everyone">General information</a><br>
-       <a href="@TOP@Documentation/out-www/index.html#new-users">For new users</a><br>
-       <a href="@TOP@Documentation/out-www/index.html#other-users">For users</a><br>
+       <a href="@TOP@Documentation/out-www/index.html#newbies">For new users</a><br>
+       <a href="@TOP@Documentation/out-www/index.html#users">For users</a><br>
        <a href="@TOP@Documentation/out-www/index.html#developers">For developers</a><br>
        <a href="@TOP@Documentation/out-www/index.html#background">Background information</a><br>
       </td></tr>
diff --git a/input/regression/slur-stem-broken.ly b/input/regression/slur-stem-broken.ly
new file mode 100644 (file)
index 0000000..3c7800d
--- /dev/null
@@ -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
+  }
+}