lilypond-user
[Top][All Lists]
Advanced

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

RE: Alignment of markups


From: Mark Stephen Mrotek
Subject: RE: Alignment of markups
Date: Wed, 1 Oct 2014 08:03:42 -0700

Jay,

 

Maybe this works,

 

\version "2.18.2"

\new Voice

 \relative c' {c^\markup {\left-align "Left-Align"}

               d e f g a b c}

}

\new Voice 

 \relative c' {c^\markup {\right-align "Right-Align"}

               d e f g a b c}

}

 

\paper {indent = 0\cm}

\layout {}

 

Mark

 

From: address@hidden [mailto:address@hidden On Behalf Of Jay Vara
Sent: Wednesday, October 01, 2014 7:51 AM
To: lilypond-user
Subject: Alignment of markups

 

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]