From ab76a4c4eb706df1d0f778ffdfd6bd056361bd8b Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Wed, 8 Feb 2006 18:14:20 +0000 Subject: [PATCH] Add stem-neutral example. --- ChangeLog | 2 ++ Documentation/user/basic-notation.itely | 13 +++++++++++++ 2 files changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 28cc83d706..3d8c777ba3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * darwin.patch: small patch from Erlend, thanks! + * Documentation/user/basic-notation.itely: add stem-neutral example. + 2006-02-08 Han-Wen Nienhuys * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup diff --git a/Documentation/user/basic-notation.itely b/Documentation/user/basic-notation.itely index 6bb89991f0..0b7aa6a932 100644 --- a/Documentation/user/basic-notation.itely +++ b/Documentation/user/basic-notation.itely @@ -506,6 +506,19 @@ made invisible. @code{\stemNeutral}. +@commonprop + +To change the direction of stems in the middle of the staff, use + +@lilypond[quote,ragged-right,fragment,relative=2,verbatim] +a4 b c b +\override Stem #'neutral-direction = #up +a4 b c b +\override Stem #'neutral-direction = #down +a4 b c b +@end lilypond + + @node Alternate music entry @section Alternate music entry @cindex Music entry -- 2.39.5