]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/drarn-slurs.ly
Added texidoc index.
[lilypond.git] / input / test / drarn-slurs.ly
index 2dfb0c732d69f6e2accd69c36990f59b2431c705..3729530b8aa88af9b5c158a5d122c3ba0a05cedb 100644 (file)
@@ -1,7 +1,8 @@
-\version "1.3.146"
-
+\version "1.7.18"
+% possible rename to slurs-?
+% TODO: find out what drarn means, and if there's an overlap with drarn.ly
 \header{
-texidoc="
+texidoc="@cindex Drarn Slurs
 Slurs can be forced to always attach to note heads.
 "
 }
@@ -9,12 +10,13 @@ Slurs can be forced to always attach to note heads.
 fragment = \notes {
   \property Voice.Slur \set #'direction = #1
   \property Voice.Slur \set #'attachment = #'(head . head)
-  g''16()g()g()g()d'()d()d()d
+  g''16(g-)(g-)(g-)(d'-)(d-)(d-)(d-)
 }
 
-\paper { linewidth = -1. 
+\paper { raggedright = ##t
 
 \score {
   \notes\relative c \fragment
-  \paper { }  
+  \paper { raggedright = ##t}  
 }
+%% new-chords-done %%