From 2df51a342389fc1ad2adf04b8fda1be6fb19f656 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 21 Mar 2006 16:48:02 +0000 Subject: [PATCH] * input/regression/stem-direction-context.ly: idem. * Documentation/topdocs/NEWS.tely (Top): fix interpolation example. --- ChangeLog | 4 ++++ Documentation/topdocs/NEWS.tely | 8 ++++++-- input/regression/stem-direction-context.ly | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5183f9945c..80c4f2dc9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-03-21 Han-Wen Nienhuys + * input/regression/stem-direction-context.ly: idem. + + * Documentation/topdocs/NEWS.tely (Top): fix interpolation example. + * THANKS: add Mats. * input/regression/page-layout-twopass.ly: comment out \markup so diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index 52c192c70c..2d60af3d03 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -31,6 +31,8 @@ See user manual, \NAME\ @documentencoding utf-8 @documentlanguage en +@finalout + @ifnottex @node Top @top @@ -145,7 +147,9 @@ This feature was contributed by Nicolas Sceaux. @item Alignments of staves may be tuned per system. @lilypond[] #(set-global-staff-size 13) - +\paper { + line-width = 8\cm +} \relative c'' \new StaffGroup << \new Staff { c1 c } \new Staff { c c } @@ -239,7 +243,7 @@ leading to a more even appearance. For example, @lilypond[ragged-right] \new Voice \with { \consists "Melody_engraver" - \revert Stem #'neutral-direction + \override Stem #'neutral-direction = #'() } \relative c'' { c4 b c b diff --git a/input/regression/stem-direction-context.ly b/input/regression/stem-direction-context.ly index 1359c2ca41..8e19eba719 100644 --- a/input/regression/stem-direction-context.ly +++ b/input/regression/stem-direction-context.ly @@ -8,7 +8,7 @@ \version "2.7.39" \relative c'' \new Voice \with { \consists "Melody_engraver" - \revert Stem #'neutral-direction + \override Stem #'neutral-direction = #'() } { c4 b c b c c c c -- 2.39.5