]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/timing-translator.cc
release: 1.1.43
[lilypond.git] / lily / timing-translator.cc
index 1c00d0b5971f789298f2ddb974ba77ac9a375cd2..800fab932bc1fd355a6c22345f9e7b631edf3a7f 100644 (file)
@@ -131,7 +131,7 @@ Timing_translator::do_pre_move_processing()
 
 
   /* allbars == ! skipbars */
-  bool allbars = ! get_property ("SkipBars", 0).to_bool ();
+  bool allbars = ! get_property ("skipBars", 0).to_bool ();
 
   // urg: multi bar rests: should always must process whole of first bar?
   if (!time_.cadenza_b_ && allbars)