lilypond-user
[Top][All Lists]
Advanced

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

Re: Markup and stencil formatting questions


From: Olivier Biot
Subject: Re: Markup and stencil formatting questions
Date: Thu, 20 Dec 2012 20:36:54 +0100

On Thu, Dec 20, 2012 at 12:59 PM, Eluze <address@hidden> wrote:
shutterfreak wrote
>         % Neither override does something:
>         \override #'(baseline-skip . 5.8) \box { \override
> #'(baseline-skip
> . 5.8) \line { \with-color #(rgb-color .8 .2 .2) { A . . . . . . . . . . .
> . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
> .
> . . . . . } } }
>         \override #'(baseline-skip . 8) \line { \with-color #red { C Dur.
> {\italic Do majeur.} C major. } }
>       }
>     }
>   }
> }

I still maintain that tiny examples help finding the relevant parts - the 2
lines I quote above are part of a \column (in fact the 1st column you write
in your example) so I'd guess the \override #'(baseline-skip . 4) just after
the \rounded-box would apply.

Hi Eluze,

I would really love to be able to make smaller examples but in this case my LilyPond knowledge does not allow me to make the proper judgment call on what to leave and what not. I tried to recreate a snippet with line-wrapped text appearing in 3 columns, sandwiched between lines with text. So far I haven't found any documentation explaining the intricate differences between \line, \fill-line, \column, \box etc that would allow me to reduce my problem to a meaningful small snippet.

It would be extremely helpful if there were something in the documentation about what I would call the "box model", similar to how it is available in XHTML and CSS. And that would also include documentation on the obscure connection between for instance \vspace and baseline-skip (as apparently sometimes one or the other or sometimes both work on a given object).

Best regards, and thanks again a lot for your patience and support in trying to help me with this problem.

Olivier

reply via email to

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