]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-attachment-override.ly
''
[lilypond.git] / input / test / slur-attachment-override.ly
index 90f91188d1991acd7dbab793b0d6add00b779402..2e2e513f4a325524980e9600ecc83ce62d42ea9b 100644 (file)
@@ -1,20 +1,22 @@
+\version "1.5.49"
 
 \header{
 texidoc="
 In some cases, you may want to set slur attachments by hand.
-";
+"
 }
 
 
 fragment = \notes {
+  \property Voice.autoBeaming = ##f
   \property Voice.Stem \set #'direction = #1
   \property Voice.Slur \set #'direction = #1
-  d'32( d'4 )d8..
+  d'32( f'4 )d8..
   \property Voice.Slur \set #'attachment = #'(stem . stem)
-  d,32( d'4 )d8..
+  d,32( f'4 )d8.
 }
 
-\paper { linewidth = -1.; } 
+\paper { linewidth = -1. } 
 
 \score {
   \notes\relative c \fragment