]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-attachment-override.ly
Mark file for proposed deletion.
[lilypond.git] / input / test / slur-attachment-override.ly
index bf48d0bdaa9c91295d15159cd50517b140452f8f..431be7900bf70e7ead30c6246b8c423c7b2d95cf 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.3.146"
+\version "1.7.18"
 
 \header{
 texidoc="
@@ -8,16 +8,18 @@ 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 { raggedright = ##t
 
 \score {
   \notes\relative c \fragment
   \paper { }  
 }
+%% new-chords-done %%