lilypond-devel
[Top][All Lists]
Advanced

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

Re: new markup remark.


From: Nicolas Sceaux
Subject: Re: new markup remark.
Date: Tue, 30 Nov 2004 23:11:51 +0100
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Han-Wen Nienhuys <address@hidden> writes:

> I wouldn't mind of demanding that users write
>
>   \line
>
> explicitly inside \column to go to horizontal mode again, ie.
>
>   \markup { \column { a b \bold { c d } e f }
>
> =>
>
>   \markup { \column { a b \bold c \bold d e f } }
>
> I think this is more consistent. Of course, \markup should implicitly
> enclose its argument in \line.

done.

  \markup { a { b c } \bold { d e } f }

=>

  \markup { a b c \bold d \bold e f }

Corollary:

  \markup \column { { a b } { c d } }

=>

  \markup \column { a b c d }

so one has to use \line to group markups on a line when using \column
and friends:

  \markup \column { \line { first line } \line { second line } }

nicolas





reply via email to

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