CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/09/27 16:03:03

Modified files:
        .              : ChangeLog 
        Documentation/topdocs: NEWS.tely 
        input/regression: hara-kiri-pianostaff.ly 

Log message:
        * input/regression/hara-kiri-pianostaff.ly (disappear): remove
        superfluous s1.
        (disappear): bugfix.
        
        * scm/lily-library.scm (paper-system-title?): new function.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4140&tr2=1.4141&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/topdocs/NEWS.tely.diff?tr1=1.90&tr2=1.91&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/hara-kiri-pianostaff.ly.diff?tr1=1.33&tr2=1.34&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4140 lilypond/ChangeLog:1.4141
--- lilypond/ChangeLog:1.4140   Tue Sep 27 12:32:10 2005
+++ lilypond/ChangeLog  Tue Sep 27 16:03:02 2005
@@ -1,5 +1,9 @@
 2005-09-27  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
+       * 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
Index: lilypond/Documentation/topdocs/NEWS.tely
diff -u lilypond/Documentation/topdocs/NEWS.tely:1.90 
lilypond/Documentation/topdocs/NEWS.tely:1.91
--- lilypond/Documentation/topdocs/NEWS.tely:1.90       Tue Sep 27 12:32:11 2005
+++ lilypond/Documentation/topdocs/NEWS.tely    Tue Sep 27 16:03:03 2005
@@ -60,7 +60,7 @@
 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},
Index: lilypond/input/regression/hara-kiri-pianostaff.ly
diff -u lilypond/input/regression/hara-kiri-pianostaff.ly:1.33 
lilypond/input/regression/hara-kiri-pianostaff.ly:1.34
--- lilypond/input/regression/hara-kiri-pianostaff.ly:1.33      Thu Aug 18 
13:43:05 2005
+++ lilypond/input/regression/hara-kiri-pianostaff.ly   Tue Sep 27 16:03:03 2005
@@ -16,22 +16,20 @@
 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 }
+>>
 
 
 


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to