lilypond-user
[Top][All Lists]
Advanced

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

Re: Markup support for tables?


From: Mats Bengtsson
Subject: Re: Markup support for tables?
Date: Wed, 06 Sep 2006 07:58:42 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417

The following solution gives the alignment, the backside is that you have to
input the table entries column by column instead of row by row:

\markup{\column{A DD GGG} \column {B EE HHH} \column {C FF III}}

  /Mats

Kieren MacMillan wrote:

Hi, Trevor --

Is there any markup support for making tables? I think what I'm
looking for is just tabs so that different columns of stuff can align.


I took a quick stab, but got only partial results [didn't figure out how to dictate the column alignment]. Unfortunately, I have to get back to editing my CD, so I can't put more time in right now.

Hope this sample gets you going in the right direction!
If you end up with a good solution, please be sure to repost the tip to the list.

Best,
Kieren.
__________________________

%%%  BEGIN SNIPPET  %%%

\version "2.9.17"

\paper
{
    ragged-right = ##t
    line-width = 120\mm
}

\markup
{
    \column
    {
        \fill-line { "a" "b" "c" }
        \fill-line { "1" "2" "3" }
        \fill-line { "Kieren" "wrote" "this!" }
    }
}

%%%  END SNIPPET  %%%




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


--
=============================================
        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]