]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/music-scheme.cc
use __attribute__ format(printf)
[lilypond.git] / lily / music-scheme.cc
index 27e5db98804752020a1460fb1cff339eac7f1398..b18aae42da06a64807208f0a9c3ea616de7ae153 100644 (file)
@@ -6,12 +6,12 @@
   (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
+#include "music.hh"
+
 #include "duration.hh"
 #include "warn.hh"
-#include "music.hh"
 #include "pitch.hh"
 
-
 LY_DEFINE (ly_music_length, "ly:music-length",
           1, 0, 0, (SCM mus),
           "Get the length of music expression @var{mus}, and return as a @code{Moment} object.")