]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-attachment-override.ly
* lily/align-interface.cc (find_fixed_alignment_parent): new function.
[lilypond.git] / input / test / slur-attachment-override.ly
index 83970dae2dbd564f5da380d1b69da3ac7b343f59..fcac5a2eead651cac76b05905d86e3aad947d22a 100644 (file)
@@ -1,25 +1,22 @@
-\version "1.7.6"
+\version "1.7.18"
 
 \header{
-texidoc="
-In some cases, you may want to set slur attachments by hand.
-"
+texidoc="@cindex Slur Attachment Override
+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( f'4 )d8..
+  d'32( f'4  d8..-)
   \property Voice.Slur \set #'attachment = #'(stem . stem)
-  d,32( f'4 )d8.
+  d,32( f'4  d8.-)
 }
 
-\paper { linewidth = -1. } 
 
 \score {
-  \notes\relative c \fragment
-  \paper { }  
+       \notes\relative c \fragment
+       \paper { raggedright = ##t} 
 }
 %% new-chords-done %%