lilypond-devel
[Top][All Lists]
Advanced

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

difference between \column and \left-column?


From: Thomas Morley
Subject: difference between \column and \left-column?
Date: Sat, 12 Jul 2014 13:49:57 +0200

Hi,

I'm working on some markup-commands.

Currently we have the two markup-commands \column and \left-column.
Whats the difference in usage between them?
If there isn't any, why not get rid of one of them.

\markup {
  \column {
    one
    two
    three
  }
}

\markup {
  \left-column {
    one
    two
    three
  }
}

Cheers,
  Harm



reply via email to

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