]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-attachment-override.ly
*** empty log message ***
[lilypond.git] / input / test / slur-attachment-override.ly
index 75b08033f5911e2d52a3a67eeabab3a88d2febc6..5cd0a85bfd6d98c7adea2da9a67c7777d8ffb347 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.18"
+
+\version "2.1.22"
 
 \header{
 texidoc="@cindex Slur Attachment Override
@@ -7,16 +8,16 @@ In some cases you may want to set slur attachments by hand. "
 
 
 %%
-%% except that both slurs are stem <-> stem.
+%% except that both slurs are stem <<-> stem.
 %%
 
 fragment = \notes {
-  \property Voice.autoBeaming = ##f
-  \property Voice.Stem \set #'direction = #1
-  \property Voice.Slur \set #'direction = #1
-  d'32( f'4  d8..-)
-  \property Voice.Slur \set #'attachment = #'(stem . stem)
-  d,32( f'4  d8.-)
+  \set autoBeaming =  ##f
+  \override Stem  #'direction = #1
+  \override Slur  #'direction = #1
+  d'32( f'4  d8..)
+  \override Slur  #'attachment = #'(stem . stem)
+  d,32( f'4  d8.)
 }
 
 
@@ -24,4 +25,4 @@ fragment = \notes {
        \notes\relative c \fragment
        \paper { raggedright = ##t} 
 }
-%% new-chords-done %%
+