]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-attachment-override.ly
* scm/paper.scm (set-staff-size): new function: set default
[lilypond.git] / input / test / slur-attachment-override.ly
index 98f568ab68db0af51d8cfeecd1725f5e35cb1b76..7d0becae8c2e8964d95e84b5bfb3e0857b96cc3d 100644 (file)
@@ -1,5 +1,5 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\version "2.1.7"
 
 \header{
 texidoc="@cindex Slur Attachment Override
@@ -8,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..-)
+  d'32( f'4  d8..)
   \property Voice.Slur \set #'attachment = #'(stem . stem)
-  d,32( f'4  d8.-)
+  d,32( f'4  d8.)
 }