I have a line of text
{\fontsize #1 Engraved \bold \date with \with-url
#"http://lilypond.org/" \line { LilyPond \simple #(lilypond-version)
(http://lilypond.org/) } }
call this TEXT in examples below
\markuplines {
\justifiedlines{
TEXT
}
}
results in
Engraved 03-09-2012 with Lilypond 2.14.2 (http://lilypond.org/)
But
\markuplines {
\justifiedlines{
\fill-line{
""
\column {
\center-column {
TEXT
}
}
""
}
}
}
results in
Engraved
03-09-2012
with
Lilypond 2.14.2 (http;//lilypond.org/)
I have tried all ways I can think of to concatonate the sub-strings to no avail
and searched the manuals for guidance without
success can anyone shed l
regards
Peter Gentry
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user