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: [email protected] 
[mailto:[email protected]] 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

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to