Re: Overriding font size in markup variable

2015-07-14 Thread Javier Ruiz-Alma
text/html; charset=us-ascii: Unrecognized ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Overriding font size in markup variable

2015-07-14 Thread Simon Albrecht
Sorry, I forgot including the list. Am 13.07.2015 um 15:16 schrieb Simon Albrecht: Hello Javier, the relevant doc section would be http://lilypond.org/doc/v2.18/Documentation/extending/new-markup-command-definition. See the attached solution. HTH, Simon Am 12.07.2015 um 03:08 schrieb

Re: Overriding font size in markup variable

2015-07-14 Thread MING TSANG
Javier, Can you forward Simon's solution? I did not see Simon's reply email reply in lilypond user-archive. Simon Albrecht, if you read this email, can you send me your solution? I am interest.Immanuel,Ming. Exactly what I desided.The application is for a title, which appears in several headers

Overriding font size in markup variable

2015-07-11 Thread Javier Ruiz-Alma
I have a markup variable preformatted to specific font size. I wish to use the same variable elsewhere, but override the font-size to smaller size.  Can this be done? Snippet:%* \version 2.18.2 thisText = \markup { \abs-fontsize #20 My Text } \markup {   \column {

Re: Overriding font size in markup variable

2015-07-11 Thread Andrew Bernard
Hi Javier, No, that does not work. But if you are going to type '\override #'(font-size . 10)’ why not remove the font size specification from your variable and just preface it with '\abs-fontsize #10’ or whatever you require? Alternatively, if you require a few sizes, and don’t want to type