]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/scale.cc
Run grand-replace for 2009.
[lilypond.git] / lily / scale.cc
index 23490c889084cb2dff8192d1fb53fb939cbbec43..2c5ca19102b418af82314a82a2c10a9f16af1f52 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2006--2008 Han-Wen Nienhuys <hanwen@lilypond.org>
+  (c) 2006--2009 Han-Wen Nienhuys <hanwen@lilypond.org>
       2007--2008 Rune Zedeler
       2008       Joe Neeman <joeneeman@gmail.com>
 */
@@ -57,8 +57,8 @@ LY_DEFINE (ly_default_scale, "ly:default-scale",
           "Get the global default scale.")
 {
   return default_global_scale
-    ? SCM_BOOL_F
-    : default_global_scale->self_scm ();
+    ? default_global_scale->self_scm ()
+    : SCM_BOOL_F;
 }