lilypond-devel
[Top][All Lists]
Advanced

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

Re: [bug] Wierd spacing and MetronomeMark in lilypond-book


From: Graham Percival
Subject: Re: [bug] Wierd spacing and MetronomeMark in lilypond-book
Date: Thu, 09 Sep 2004 10:22:38 -0700

On 8-Sep-04, at 3:56 PM, Han-Wen Nienhuys wrote:

address@hidden 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}





reply via email to

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