From: hanwen Date: Sun, 30 Jun 2002 11:22:17 +0000 (+0000) Subject: tut X-Git-Tag: release/1.5.71~208 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=09e7ffaab9c4f38abd8949d63c89e9ac7aab4210;p=lilypond.git tut --- diff --git a/Documentation/user/refman.itely b/Documentation/user/refman.itely index 63dd1d1fde..1ee710cf4d 100644 --- a/Documentation/user/refman.itely +++ b/Documentation/user/refman.itely @@ -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