]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-attachment.ly
(conv): dashes rule.
[lilypond.git] / input / regression / slur-attachment.ly
index 9e77e872002b678e083f590cc1b8ea321a14f8c8..c90feee8440a1d993fe96b321a576283789a8362 100644 (file)
@@ -1,22 +1,23 @@
-\version "1.7.18"
+#(ly:set-option 'old-relative)
+\version "1.9.1"
 
 \header{
 texidoc="
 Slurs should be attached to note heads, except when they would collide
-with beams.  Also see: ophee-slurs.
+with beams.  
 "
 }
 \score{
        \notes \relative c''{
                \property Voice.Slur \set #'direction = #1
-               a8-( a a4-)
-               a4-( a8 a-)
-               a8 a(a4-)
-               a4-( a8-) a
+               a8( a a4)
+               a4( a8 a)
+               a8 a(a4)
+               a4( a8) a
        }
        \paper{ 
                indent = 0.0
                linewidth = 100.\mm
        }
 }
-%% new-chords-done %%
+