]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-attachment.ly
* buildscripts/mf-to-table.py (base): break table every three
[lilypond.git] / input / regression / slur-attachment.ly
index 474954f6c306b6190f6c54ad1da68d0fc2301db1..a774106f94398f6847e454fcc15d0df7a0a24ae7 100644 (file)
@@ -1,22 +1,22 @@
-\version "1.7.6"
+\version "1.7.18"
 
 \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 %%
+