]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/time-signature-engraver.cc
release: 1.1.18
[lilypond.git] / lily / time-signature-engraver.cc
index 2045dcb4b07f0509ff8a9a1685d1ad8758ff8482..abf70356e227d8cf925ca8d4f95451110659721c 100644 (file)
@@ -54,7 +54,7 @@ Time_signature_engraver::do_pre_move_processing()
 {
   if (time_signature_p_) 
     {
-      Scalar sigstyle = get_property ("timeSignatureStyle");
+      Scalar sigstyle = get_property ("timeSignatureStyle", 0);
       if (sigstyle.length_i ())
        {
          time_signature_p_->time_sig_type_str_ = sigstyle;