Sorry I missed the simple solution.
This one REALLY should work :-)

\version "2.10.1"
\header
{
    myIndex = "No 210"
    myGap = #8.0
    myTitle = "|AZERTYUIOP|"
    mySubtitle = "|AZERTYUIOP|"


    title = \markup {
      \override #`(word-space . ,myGap)
      \line \large {
        \with-dimensions #'(0 . 0) #'(0 . 0)
          \right-align \fromproperty #'header:myIndex
        \fromproperty #'header:myTitle
        \with-dimensions #'(0 . 0) #'(0 . 0) \strut
    }}

    subtitle = #mySubtitle
}

\score {c''}
\layout{}


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

Reply via email to