]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-attachment-override.ly
rename.
[lilypond.git] / input / test / slur-attachment-override.ly
index 431be7900bf70e7ead30c6246b8c423c7b2d95cf..5dcb50483eb34bee94c35da182bdeb1d9d9c6cd6 100644 (file)
@@ -1,12 +1,15 @@
 \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. "
 }
 
 
+%%
+%% except that both slurs are stem <-> stem.
+%%
+
 fragment = \notes {
   \property Voice.autoBeaming = ##f
   \property Voice.Stem \set #'direction = #1
@@ -16,10 +19,9 @@ fragment = \notes {
   d,32( f'4  d8.-)
 }
 
-\paper { raggedright = ##t} 
 
 \score {
-  \notes\relative c \fragment
-  \paper { }  
+       \notes\relative c \fragment
+       \paper { raggedright = ##t} 
 }
-%% new-chords-done %%
+