lilypond-user
[Top][All Lists]
Advanced

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

Re: Header: Two eighth = dotted eighth and sixteenth


From: Rune Zedeler
Subject: Re: Header: Two eighth = dotted eighth and sixteenth
Date: Mon, 11 Nov 2002 22:16:36 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529

Andreas Loosen wrote:

I would like to add a header line, above the score, that tells the reader,
that two eighth notes printed in the score
are to be played as one dotted eighth and one sixteenth (for better
readability).

I could not reduce vertical spacing enough (anyone?) but apart from that this seems relatively working:


\header {
    title="Test"
}
\include "paper16.ly"
\score {
    \notes { \clef C \stemUp [c'8 c'] s4^"=" [c'8. c'16] }
    \paper {
        linewidth = -1
        \translator {
            \StaffContext
            minimumVerticalExtent = #'(0 . 0)
            \remove Staff_symbol_engraver
            \remove Clef_engraver
            \remove Time_signature_engraver
        }
    }
}
\include "paper20.ly"
\score {
    \notes { \clef F c4 d e f c d e f }
}



-Rune





reply via email to

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