Andreas Loosen wrote:
I could not reduce vertical spacing enough (anyone?) but apart from that this seems relatively working: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).
\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
_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user