On Sat, 04 May 2013 22:14:52 -0700, Jay Anderson <horndud...@gmail.com> wrote:
On Sat, May 4, 2013 at 7:21 PM, Keith OHara <k-ohara5...@oco.net> wrote:
I cannot reproduce the full problem. Has anyone seen LilyPond print
'annotate-spacing' output where both the limits for the top staff are
negative numbers?
I figured out where this was coming from. I was using something like
\score << { label #'a } { ... music ...} >>
If I use this with \RemoveEmtpyStaves, I see annotate-spacing that tells me the
staff with music is tentatively placed a few spaces down from the top of the
System.
That means I cannot put \tempo marks tentatively at the top of the System for
the horizontal-spacing and page-breaking steps.
I posted a fix <http://code.google.com/p/lilypond/issues/detail?id=3342>
Until then, putting things back the old way is
\layout {\context {\Score
\markLengthOff
\override MetronomeMark #'Y-offset =
#side-position-interface::y-aligned-side
}}
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond