lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Text markup query


From: David Kastrup
Subject: Re: Text markup query
Date: Mon, 03 Sep 2012 12:05:24 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

"Peter Gentry" <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]