lilypond-devel
[Top][All Lists]
Advanced

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

doc help: 11.2.1


From: Graham Percival
Subject: doc help: 11.2.1
Date: Sun, 7 Aug 2005 01:55:55 -0700

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 { ... }  ?

Cheers,
- Graham





reply via email to

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