</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>
--- /dev/null
+\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
+ }
+}