%
% This file shows problems with metronome strings in lilypond
% CVS 2004-03-27 00:24 MET.
%
% . The note symbol is too big.
%
% . The bottom of the note symbol should be aligned with the bottom of
%   the digits.
%
% . Assuming that the metronome mark affects the following input, it
%   shouldn't be located over the time signature.
%
% . The metronome mark should move vertically if necessary, similar
%   to dynamic marks.
%

\version "2.1.34"

\score {
  \context Staff \notes \relative c' {
    \clef treble \time 1/2 \tempo 2=92 f8[ f r f] |
    \tempo 2=92 f''8[ f r f]
  }

  \paper {
    raggedright = ##t
  }
}

% EOF

<<inline: metronome.png>>

_______________________________________________
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to