Richard Shann <[email protected]> writes: > On Sun, 2014-01-05 at 15:57 +1100, Philip Rhoades wrote: >> People, >> >> I've done a little more with Denemo but for printing the default footer >> has a US date format - is there any way I can use the international >> format (YYYY-MM-DD) ? (I couldn't find anything). > > Denemo doesn't have anything scripted for that yet - I notice by default > it has the following (in the LilyPond window at the start of the score > layout block at the bottom of the LilyPond text): > > tagline = \markup {"" on \simple #(strftime "%x" (localtime (current-time)))}
According to the man page, replacing %x with %Y-%m-%d should likely do the trick. -- David Kastrup _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
