lilypond-user
[Top][All Lists]
Advanced

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

Re: Re: Mixing text and notation


From: Geoff Horton
Subject: Re: Re: Mixing text and notation
Date: Wed, 12 Jul 2006 08:44:36 -0500

I want to have a preambel, that is split in two columns.

\markup {
 \fill-line {
   \hspace #1.0 % add more of these at the beginning and end
   \hspace #1.0 % to move the columns closer together
   \column {
     "The first column"
     "goes here"
   }
   \hspace #3
   \column {
     "The second column"
     "goes here"
   \hspace #1.0 % Delete these at beginning and end
   \hspace #1.0 % if the columns are wide and you need room
   }
 }
}
==================

Off the top of my head, I don't know if it's possible to get the two
columns to flow automatically.

Geoff




reply via email to

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