lilypond-devel
[Top][All Lists]
Advanced

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

Re: doc help: 11.2.1


From: Mats Bengtsson
Subject: Re: doc help: 11.2.1
Date: Sun, 07 Aug 2005 12:21:30 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050319

I have already corrected this in the CVS some days ago!

   /Mats

Graham Percival wrote:
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



_______________________________________________
lilypond-devel mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-devel

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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