]> git.donarmstrong.com Git - lilypond.git/commitdiff
tut
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 30 Jun 2002 11:22:17 +0000 (11:22 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 30 Jun 2002 11:22:17 +0000 (11:22 +0000)
Documentation/user/refman.itely

index 63dd1d1fded121046ef9e2bd8e97c65fba5d8f94..1ee710cf4d3fef129e080b54d67fcd43fb1ad927 100644 (file)
@@ -858,7 +858,8 @@ if you set the grob property @code{merge-differently-dotted}, they are:
 @lilypond[verbatim,fragment,singleline]
 \apply #voicify-music < {
      g'8 g'8 
-     \property Staff.NoteCollision \override #'merge-differently-dotted = ##t
+     \property Staff.NoteCollision \override
+        #'merge-differently-dotted = ##t
      g'8 g'8
   } \\ { [g'8. f16] [g'8. f'16] } 
   >
@@ -877,7 +878,7 @@ Similarly, you can merge half note heads with eighth notes, by setting
 LilyPond also vertically shifts rests that are opposite of a stem. 
 
 @lilypond[singleline,fragment,verbatim]
-\apply #voicify-music <
+\context Voice \apply #voicify-music <
  { c''4  } \\  { r4 }
 >
 @end lilypond