On Wed, Jun 15, 2011 at 6:11 AM, Ralph Palmer <[email protected]> wrote:
> This hasĀ been submitted as Issue 1695 :
> http://code.google.com/p/lilypond/issues/detail?id=1695
Thanks. I think I found a couple workarounds:
musy = \relative c'
{
\clef treble
\override Score.NonMusicalPaperColumn #'allow-loose-spacing = ##f
c4
\clef bass c4 c c
\revert Score.NonMusicalPaperColumn #'allow-loose-spacing
}
This isn't the best as the clef now causes space to be made in the other staff.
The other workaround is just changing the tempo to a markup. I prefer
the tempo, but at least with this there isn't the extra space.
Are there other workarounds? Nothing else I tried seemed to work.
-----Jay
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond