lilypond-user
[Top][All Lists]
Advanced

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

Re: vertical alignment - how to bottom-align something?


From: Janek Warchoł
Subject: Re: vertical alignment - how to bottom-align something?
Date: Thu, 13 Jan 2011 16:20:26 +0100

2011/1/12 James Bailey <address@hidden>:
>
> On Jan 11, 2011, at 11:01 PM, Janek Warchoł wrote:
>
>> I want to achieve this:
>>
>> bla
>> ble
>> bli
>> blo
>> blu foobar
>>
>> without messing with all the bla's.
>> Any ideas?
>
> \markup {
>   \general-align #Y #-1 {
>      \column {
>         "bla" "ble" "bli" "blo" "blu"
>      }
>      "foobar"
>   }
> }

Perfectly! Thank you!
I must say that the description of the general-align function in the
manual doesn't give the impression that it's so powerful.

cheers,
Janek



reply via email to

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