lilypond-user
[Top][All Lists]
Advanced

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

Alignment of markups


From: Jay Vara
Subject: Alignment of markups
Date: Wed, 1 Oct 2014 15:51:20 +0100

I am trying to get the text about the two staffs to align. \left-align or \right-align both seem to just give centre align. Here is the code and what it produces.
%%%%%%%%%%
\version "2.18.2"

\new Voice {\mark \markup {\left-align "Left-Align"}
 \relative c' {c d e f g a b c}
}


\new Voice {\mark \markup {\right-align "Right-Align"}
 \relative c' {c d e f g a b c}
}

\paper {indent = 0\cm}
\layout {}
%%%%%%%%%%%

Inline image 1

reply via email to

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