]> 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 9101a6afe712dbba1a9be3e5fc2198824e40f35d..5cd0a85bfd6d98c7adea2da9a67c7777d8ffb347 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "1.9.4"
+\version "2.1.22"
 
 \header{
 texidoc="@cindex Slur Attachment Override
@@ -12,11 +12,11 @@ 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
+  \set autoBeaming =  ##f
+  \override Stem  #'direction = #1
+  \override Slur  #'direction = #1
   d'32( f'4  d8..)
-  \property Voice.Slur \set #'attachment = #'(stem . stem)
+  \override Slur  #'attachment = #'(stem . stem)
   d,32( f'4  d8.)
 }