Graham Percival <[EMAIL PROTECTED]> writes:

> According to the docs, these two expressions are the same:
> (markup #:column (#:line (#:bold #:italic "hello" #:raise 0.4 "world")
>                    #:bigger #:line ("foo" "bar" "baz")))
>
> \markup \column < { \bold \italic "hello" \raise #0.4 "world" }
>                    \bigger { foo bar baz } >
>
> Shouldn't the lilypond code be this instead:
> \markup \column { \line { \bold \italic "hello" \raise #0.4 "world" }
>                    \line {\bigger { foo bar baz } }
>
> ie didn't \column change away from being \column < >  ?
>
> I also wonder about the Lilypond  { ... }  that's in the middle of the
> table below that example -- again, shouldn't that be \line { ... }  ?

Sorry, I missed to update this section when the markup syntax had been
changed. You're right on both of your remarks.

nicolas


_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to