]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 4 Aug 2005 11:50:55 +0000 (11:50 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 4 Aug 2005 11:50:55 +0000 (11:50 +0000)
ChangeLog
lily/clef-engraver.cc
lily/stanza-number-engraver.cc
lily/tuplet-bracket.cc
lily/volta-engraver.cc

index e62c22992d3ef28cd34f3ef24ed1d2b1987f839d..bffb1b13933d934cfa0832c94cf358d1bb18096f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,7 +18,8 @@
        * lily/spacing-spanner.cc (musical_column_spacing): if
        uniform-stretching set, fixed space is 0.0
 
-       * input/regression/spacing-multi-tuplet.ly: show uniform-stretching property.
+       * input/regression/spacing-multi-tuplet.ly: show
+       uniform-stretching property.
 
        * lily/spacing-spanner.cc (effective_shortest_duration): new function.
 
index 04603ba7b9cabb1fe0c23cb45eeffdd09d4bedbc..f4d70573663ea1901555f22ac1f0100a4be183a4 100644 (file)
@@ -61,7 +61,7 @@ Clef_engraver::Clef_engraver ()
   /*
     will trigger a clef at the start since #f != ' ()
   */
-  prev_cpos_ = prev_glyph_ = SCM_BOOL_F;
+  prev_octavation_ = prev_cpos_ = prev_glyph_ = SCM_BOOL_F;
 }
 
 void
index 866336e224d2e9060dbc521d46379a73e00f8c7e..58bbc601a75a133ee04a40fb1856b1afb66c7dbf 100644 (file)
@@ -37,6 +37,7 @@ Stanza_number_engraver::derived_mark () const
 Stanza_number_engraver::Stanza_number_engraver ()
 {
   text_ = 0;
+  last_stanza_ = SCM_EOL;
 }
 
 void
index 2c438f447f9c98a998dfa0b2f777501d2e958d54..bac817dddd97ac4572de37c58c4a3b29bb5ad321 100644 (file)
@@ -157,10 +157,7 @@ Tuplet_bracket::print (SCM smob)
 
   Grob *commonx = columns[0]->common_refpoint (columns.top (), X_AXIS);
 
-  /*
-    Tuplet brackets are normally not broken, but we shouldn't crash if
-    they are.
-  */
+  
   commonx = commonx->common_refpoint (sp->get_bound (LEFT), X_AXIS);
   commonx = commonx->common_refpoint (sp->get_bound (RIGHT), X_AXIS);
 
index 0189f1521e0b3167d3490d68f12fc2a298f9f34b..134a6e515caaa0b9ae551e4382e2786bd16f4c02 100644 (file)
@@ -55,6 +55,7 @@ Volta_engraver::derived_mark () const
 Volta_engraver::Volta_engraver ()
 {
   staff_ = SCM_EOL;
+  start_string_ = SCM_EOL;
   volta_span_ = 0;
   end_volta_span_ = 0;
 }