From: Han-Wen Nienhuys Date: Tue, 27 Sep 2005 16:03:03 +0000 (+0000) Subject: * input/regression/hara-kiri-pianostaff.ly (disappear): remove X-Git-Tag: release/2.7.11~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d1698636c7f40a07047656ca04f70a55c62a9d37;p=lilypond.git * input/regression/hara-kiri-pianostaff.ly (disappear): remove superfluous s1. (disappear): bugfix. * scm/lily-library.scm (paper-system-title?): new function. --- diff --git a/ChangeLog b/ChangeLog index d11701d892..66fac68f16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-09-27 Han-Wen Nienhuys + * input/regression/hara-kiri-pianostaff.ly (disappear): remove + superfluous s1. + (disappear): bugfix. + * lily/stem-tremolo.cc (raw_stencil): read slope property. * lily/include/paper-system.hh (class Paper_system): remove diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index 67757d8e3b..c5035cde42 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -60,7 +60,7 @@ This feature was sponsored by Sven Axelsson. Vertical spacing for page layout can now be tuned for each system individually. -This feature was sponsored by Trevor Baca. +This feature was sponsored by Trevor Baca and Nicolas Sceaux. @item Laissez vibrer ties can be created with @code{\laissezVibrer}, diff --git a/input/regression/hara-kiri-pianostaff.ly b/input/regression/hara-kiri-pianostaff.ly index 182ef9f982..0a541a5e28 100644 --- a/input/regression/hara-kiri-pianostaff.ly +++ b/input/regression/hara-kiri-pianostaff.ly @@ -16,22 +16,20 @@ This example was done with a pianostaff, which has fixed distance alignment; this should not confuse the mechanism. " - } -\layout { raggedright= ##t } - - -\transpose c c'' -\context PianoStaff << - \new Staff { c4 c c c \break s1 \break c4 c c c \break c c c c} - \new Staff { d4 d d d s1 s1 s1 s1 } - \new Staff { e4 e e e s1 e4 e e e s1 } ->> \layout { + raggedright= ##t \context { \RemoveEmptyStaffContext } } +\transpose c c'' +\context PianoStaff << + \new Staff { c4 c c c \break s1 \break c4 c c c \break c c c c} + \new Staff { d4 d d d s1 s1 s1 } + \new Staff { e4 e e e s1 e4 e e e s1 } +>> +