Thank you - it worked ! With the upgrade to 1.6.6, the \translator \StaffContext
minimumVerticalExtent is also working !!
With the \translator \ScoreContext TimeSignature \override, I do get some error
messages about spacing but the output is fine. Can I safely assume that all is well?
Suzan
Try
\score{
...
\paper{
\translator{
\ScoreContext
TimeSignature \override #'break-visibility = #end-of-line-invisible
}
}
}
This property is described at
http://lilypond.org/stable/Documentation/user/out-www/lilypond-internals/TimeSignature.html
but unfortunately, the
Hello. I'm programming a song that alternates from 6/8 to 4/4 time with each measure.
When I ly2dvi the .ly file, I get a double time signature at the end of my line. For
example,
6/8 notes | 4/4 notes | 6/8 notes | 4/4
4/4 notes | 6/8 notes | 6/8 notes | 4/4
4/4 notes ... etc.
Can anyone su