CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Graham Percival <[EMAIL PROTECTED]>     05/04/30 04:50:30

Modified files:
        .              : ChangeLog 
        scm            : define-grobs.scm 
        Documentation/user: advanced-notation.itely 

Log message:
        Fixed RemoveEmptyStaffContext's remove-first.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3517&tr2=1.3518&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/define-grobs.scm.diff?tr1=1.193&tr2=1.194&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/advanced-notation.itely.diff?tr1=1.13&tr2=1.14&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3517 lilypond/ChangeLog:1.3518
--- lilypond/ChangeLog:1.3517   Fri Apr 29 09:18:09 2005
+++ lilypond/ChangeLog  Sat Apr 30 04:50:28 2005
@@ -1,3 +1,11 @@
+2005-04-30  Graham Percival  <[EMAIL PROTECTED]>
+
+       * 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  <[EMAIL PROTECTED]>
 
        * lily/part-combine-engraver.cc: make sure that the relevant
Index: lilypond/Documentation/user/advanced-notation.itely
diff -u lilypond/Documentation/user/advanced-notation.itely:1.13 
lilypond/Documentation/user/advanced-notation.itely:1.14
--- lilypond/Documentation/user/advanced-notation.itely:1.13    Tue Apr 26 
08:51:14 2005
+++ lilypond/Documentation/user/advanced-notation.itely Sat Apr 30 04:50:30 2005
@@ -930,7 +930,7 @@
 @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}
Index: lilypond/scm/define-grobs.scm
diff -u lilypond/scm/define-grobs.scm:1.193 lilypond/scm/define-grobs.scm:1.194
--- lilypond/scm/define-grobs.scm:1.193 Wed Apr 27 09:12:33 2005
+++ lilypond/scm/define-grobs.scm       Sat Apr 30 04:50:29 2005
@@ -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


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to