CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/08/24 14:30:57

Modified files:
        Documentation/topdocs: NEWS.tely 
        input/regression: font-name.ly 
        lily           : vertical-align-engraver.cc 

Log message:
        (process_music): call
        Align_interface::set_axis(). This forces #'elements to be ordered,
        preventing random vertical reordering  of staves.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/topdocs/NEWS.tely.diff?tr1=1.77&tr2=1.78&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/font-name.ly.diff?tr1=1.25&tr2=1.26&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/vertical-align-engraver.cc.diff?tr1=1.71&tr2=1.72&r1=text&r2=text

Patches:
Index: lilypond/Documentation/topdocs/NEWS.tely
diff -u lilypond/Documentation/topdocs/NEWS.tely:1.77 
lilypond/Documentation/topdocs/NEWS.tely:1.78
--- lilypond/Documentation/topdocs/NEWS.tely:1.77       Wed Aug 24 12:22:51 2005
+++ lilypond/Documentation/topdocs/NEWS.tely    Wed Aug 24 14:30:55 2005
@@ -257,7 +257,7 @@
 will render only the last five measures (assuming 4/4 time signature)
 of a piece.
 
[EMAIL PROTECTED] @textanchor{simple-melismata}
[EMAIL PROTECTED] @textanchor{simple-melismata}
 Melismata can be specified simply in the lyrics now, eg.
 
 @lilypond[relative=1,verbatim,fragment]
Index: lilypond/input/regression/font-name.ly
diff -u lilypond/input/regression/font-name.ly:1.25 
lilypond/input/regression/font-name.ly:1.26
--- lilypond/input/regression/font-name.ly:1.25 Sun Jun 26 22:39:14 2005
+++ lilypond/input/regression/font-name.ly      Wed Aug 24 14:30:56 2005
@@ -13,7 +13,7 @@
 
 
 {
-  \override Staff.TimeSignature  #'font-name = #"Times"
+  \override Staff.TimeSignature  #'font-name = #"Times New Roman"
   \time 3/4
   \set Score.skipBars = ##t
   \override Staff.MultiMeasureRestText #'font-name = #"LuxiMono"
Index: lilypond/lily/vertical-align-engraver.cc
diff -u lilypond/lily/vertical-align-engraver.cc:1.71 
lilypond/lily/vertical-align-engraver.cc:1.72
--- lilypond/lily/vertical-align-engraver.cc:1.71       Fri Aug 12 00:04:45 2005
+++ lilypond/lily/vertical-align-engraver.cc    Wed Aug 24 14:30:57 2005
@@ -69,6 +69,7 @@
     {
       valign_ = make_spanner ("VerticalAlignment", SCM_EOL);
       valign_->set_bound (LEFT, unsmob_grob (get_property 
("currentCommandColumn")));
+      Align_interface::set_axis (valign_, Y_AXIS);
     }
 }
 


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

Reply via email to