]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-attachment.ly
* python/lilylib.py (error_log): use mktemp iso. temp_dir. This
[lilypond.git] / input / regression / slur-attachment.ly
index 709efc8e86e137e8ded69a5d014091cdbabca2d6..a774106f94398f6847e454fcc15d0df7a0a24ae7 100644 (file)
@@ -1,21 +1,22 @@
-\version "1.5.68"
+\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
        }
 }
+