Tom Cloyd wrote:
> OK, I've exhausted myself trying to solve another problem
>
> I understand that I can put a current date into a "\header{..." field
> (or whatever they're called), by doing something like
>
> date = #(strftime "%Y.%m.%d" (localtime (current-time)))
>
> \header{
> .
> .
> .
> subsubtitle = \date
>
>
> BUT, how do I do this:
>
> subsubtitle = { "version " + \date}
>
> I cannot find an example, and haven't been able to figure it out
> empirically.
Just add \markup.

subsubtitle = \markup{ version \date }

Paul Scott




_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to