5 #define VERSION_SZ MAJOR_VERSION "." MINOR_VERSION "." PATCH_LEVEL MY_PATCH_LEVEL
6 static char *s
= "GNU LilyPond " VERSION_SZ
" #%d";
8 static const int build
=
13 lily_version_number_sz()
21 static char v
[1024]; // ugh
22 sprintf (v
, s
, build
);