On 8-Sep-04, at 3:56 PM, Han-Wen Nienhuys wrote:
[EMAIL PROTECTED] writes:
I've managed to get the MetronomeMark to separate the stem from the
notehead:
In addition, there's a huge space underneath the first staff line. Is
the MetronomeMark #'padding property being applied underneath
the staff line? (instead of between the Mark and the staff line)
I can't reproduce this.
Curious and curiouser. Here's my output:
http://www.sfu.ca/~gperciva/foo.pdf
Here's what I did:
lilypond-book foo.lytex
latex foo.tex
dvips -Ppdf -u+ec-mftrace -u +lilypond.map foo.dvi
ps2pdf foo.ps
foo.lytex:
------
\documentclass[letterpaper]{article}
\begin{document}
Title, Composer, Header stuff.
\begin{lilypond}
\score {
\relative c'''{
\tempo 4=80
\repeat unfold 6 {c4 c c c c c c c c c c c c c c c \break }
}
\paper {
\context { \Score \override MetronomeMark #'padding = #16.0 }
}
}
\end{lilypond}
\end{document}
_______________________________________________
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel