]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/time-signature-engraver.cc
release: 1.3.5
[lilypond.git] / lily / time-signature-engraver.cc
index e30d1619e214cdba5acdfa9c2cb0dfcfa17bfc71..bba35fe2b1d9421f1f3ea7cd4ab034eb03a210e7 100644 (file)
@@ -39,9 +39,9 @@ Time_signature_engraver::do_process_requests()
       args.push (req->beats_i_);
       args.push (req->one_beat_i_);
        
-      time_signature_p_ = new Time_signature ();
+      time_signature_p_ = new Time_signature;
       time_signature_p_->args_ = args;
-      time_signature_p_->set_elt_property ("break-priority", gh_int2scm (1)); // 1
+      time_signature_p_->set_elt_property ("break-aligned", SCM_BOOL_T);
     }
 
   
@@ -54,7 +54,6 @@ Time_signature_engraver::do_pre_move_processing()
 {
   if (time_signature_p_) 
     {
-
       typeset_element (time_signature_p_);
       time_signature_p_ =0;
     }