]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-attachment.ly
* lily/beam.cc (rest_collision_callback): don't move anything if
[lilypond.git] / input / regression / slur-attachment.ly
index 9e77e872002b678e083f590cc1b8ea321a14f8c8..c209fe95ce6fd2ae0fa4a6cda89c2574d4ebc46d 100644 (file)
@@ -1,22 +1,23 @@
-\version "1.7.18"
+
+\version "2.1.7"
 
 \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 %%
+