lilypond-user
[Top][All Lists]
Advanced

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

Re: Markup support for tables?


From: Kieren MacMillan
Subject: Re: Markup support for tables?
Date: Tue, 5 Sep 2006 23:09:33 -0500

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  %%%






reply via email to

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