lilypond-user
[Top][All Lists]
Advanced

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

Re: Text markup query


From: Phil Holmes
Subject: Re: Text markup query
Date: Mon, 3 Sep 2012 11:04:51 +0100

Maybe I'm being thick, but I don't understand what you're trying to achieve.  Please could you type out your desired result?
 
Also - you seem to be sending text in HTML form, which makes it difficult for Windows mail users (e.g. me) to reply in the mailing list's preferred method.  Please could you use plain text.

--
Phil Holmes
 
 
----- Original Message -----
Sent: Monday, September 03, 2012 10:55 AM
Subject: Text markup query

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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

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