]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/timing-translator.cc
* scm/music-functions.scm (has-request-chord): don't use
[lilypond.git] / lily / timing-translator.cc
index f5a57d158d175b8b5ee22b7c146cfde5aedc4d63..16c7b6d2bb56f10f697398bc6b70cea18a889873 100644 (file)
@@ -59,7 +59,7 @@ Timing_translator::initialize ()
     context.
    */
   context ()->set_property ("measureLength", Moment (Rational (1)).smobbed_copy ());
-  context ()->set_property ("beatLength", Moment (Rational (1,4)).smobbed_copy ());
+  context ()->set_property ("beatLength", Moment (Rational (1, 4)).smobbed_copy ());
 }
 
 Rational
@@ -156,4 +156,4 @@ ADD_TRANSLATOR (Timing_translator,
                   "@code{Timing} to its containing context."
                   ,
 
-                  "","","","","");
+                  "", "", "", "", "");