]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/timing-translator.cc
Cache page-height during page breaking.
[lilypond.git] / lily / timing-translator.cc
index 1252c2e577dca1db80cebb4059651deb289b3635..a7f986fb1089deae7cd017fbd14492f3c9824f31 100644 (file)
@@ -59,7 +59,7 @@ Timing_translator::initialize ()
   */
   context ()->set_property ("measureLength",
                            Moment (Rational (1)).smobbed_copy ());
-  context ()->set_property ("beatLength",
+  context ()->set_property ("baseMoment",
                            Moment (Rational (1, 4)).smobbed_copy ());
 }
 
@@ -151,7 +151,10 @@ ADD_TRANSLATOR (Timing_translator,
                "measurePosition ",
 
                /* write */
-               "internalBarNumber "
+               "baseMoment "
                "currentBarNumber "
+               "internalBarNumber "
+               "measureLength "
                "measurePosition "
+               "timeSignatureFraction "
                );