"Peter Gentry" <peter.gen...@sunscales.co.uk> writes:

> 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 

It is not clear what your problem is.  You post two scraps of code
presumably not intended to compile on their own.  One apparently does
what you want in some manner, one apparently doesn't.  You don't explain
what you want to be seeing, and in what manner either code does not do
what you want.

-- 
David Kastrup


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

Reply via email to