Germain G. Ivanoff-Trinadtzaty wrote:

. I want to get <title> and <subtitle> centered on the page,
while <index> is placed on the left of <title>.
. I could not place <index> at a _fixed_ position from the _variable_
position of <title>'s first character.

\version "2.10.1"
\header {
  thetitle = "This is the title"
  index = "3.14159"
  subtitle = "Subtitle"

  title = \markup \fill-line { \line {
    \with-dimensions #'(0 . 0) #'(0 . 0)
      \right-align \normal-text \normalsize \fromproperty #'header:index
    \hspace #4.0
    \fromproperty #'header:thetitle
    \hspace #4.0
  } }
}
\score {
  { c' d' e' f' }
}


-Rune


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to