From: Graham Percival Date: Sat, 30 Apr 2005 04:50:30 +0000 (+0000) Subject: Fixed RemoveEmptyStaffContext's remove-first. X-Git-Tag: release/2.5.22~31 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dd55287445e5e0ecbdfeee5dadfa81eea33c91e1;p=lilypond.git Fixed RemoveEmptyStaffContext's remove-first. --- diff --git a/ChangeLog b/ChangeLog index 5436418acd..e84af01875 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-04-30 Graham Percival + + * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's + remove-first to false (matches docs) + + * Documentation/user/advanced-notation.itely: corrected docs + concerning remove-first. + 2005-04-29 Mats Bengtsson * lily/part-combine-engraver.cc: make sure that the relevant diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index 5513f4056b..01f6bc5ff1 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -930,7 +930,7 @@ in this example disappears in the second line @end lilypond The first system shows all staves in full. If empty staves should be -removed from the first system too, set @code{remove-first} to false in +removed from the first system too, set @code{remove-first} to true in @internalsref{RemoveEmptyVerticalGroup}. To remove other types of contexts, use @code{\AncientRemoveEmptyStaffContext} diff --git a/scm/define-grobs.scm b/scm/define-grobs.scm index 4564baa595..10f1a74c21 100644 --- a/scm/define-grobs.scm +++ b/scm/define-grobs.scm @@ -920,7 +920,7 @@ . ( (Y-offset-callbacks . (,Hara_kiri_group_spanner::force_hara_kiri_callback)) (Y-extent-callback . ,Hara_kiri_group_spanner::y_extent) - (remove-first . #t) + (remove-first . #f) (axes . (1)) (meta . ((interfaces . (axis-group-interface vertically-spaceable-interface hara-kiri-group-interface