lilypond-user
[Top][All Lists]
Advanced

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

text markup weirdness


From: Simon Weatherill
Subject: text markup weirdness
Date: Tue, 12 Aug 2003 14:40:02 -0400

I have a problem with footers. If there is one staff line on the last page, the
tagline is printed on the second to last page instead of the last page. I am
using 1.6.11 since I haven't been able to get 1.8.0 working yet (cygwin) - if
this has already been fixed in 1.8.0, great.

Below is a simple sample. If I change the number of measures/staff lines to 9 or
11 (to get 2 staff lines on the second page), the tagline/footer prints
correctly. Only if there is a single staff line on the last page does this
occur.

Thanks,
Simon
-----cut here-----
\version "1.6.5"

\score {
    \context Staff
        \notes { \repeat unfold 10 { f'1 \break } }
    \header {
        footer =        "This should be on the bottom of all BUT the last page"
        tagline =       "This should print on the bottom of the last page"
    }
    \paper {
    }
}





reply via email to

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