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
[email protected]
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: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user