lilypond-user
[Top][All Lists]
Advanced

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

vertical alignment - how to bottom-align something?


From: Janek Warchoł
Subject: vertical alignment - how to bottom-align something?
Date: Tue, 11 Jan 2011 00:30:37 +0100

Hi,

i have something like this:

\markup {
    \line {
        \someMarkup
        "foobar"
      }
  }

(someMarkup can be a markup of any height)
I want "foobar" to be automatically bottom-aligned.

For example let's have
someMarkup = \markup {
    \column {
        "bla" "bla" "bla" "bla" "bla" "bla" "bla"
      }
  }

I'd like to have "foobar" vertically aligned with the last "bla", no
matter how many "bla"s are there.

How can this be done?

I *cannot* use this approach:

\markup {
    \column {
        "bla" "bla" "bla" "bla" "bla" "bla"
        \line { "bla" "foobar" }
      }
  }

Janek



reply via email to

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