[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Clef change placed outside score
From: |
Jay Anderson |
Subject: |
Re: Clef change placed outside score |
Date: |
Wed, 15 Jun 2011 07:28:23 -0700 |
On Wed, Jun 15, 2011 at 6:11 AM, Ralph Palmer <address@hidden> 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