lilypond-user
[Top][All Lists]
Advanced

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

Re: [layout tweaks] 1. fill-line


From: Rune Zedeler
Subject: Re: [layout tweaks] 1. fill-line
Date: Wed, 20 Jun 2007 01:15:32 +0200
User-agent: Thunderbird 1.5.0.12 (X11/20070604)

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{}




reply via email to

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