Close enough for now. I get a bar line after the clef sign.
Thank you,
Paul
On 5/22/24 11:49, Knute Snortum wrote:
On Wed, May 22, 2024 at 10:50 AM Paul Scott <waterhorsemu...@aol.com>
wrote:
I sometimes use \stopStaff and \startStaff before the coda. Can
anyone tell me how to get a clef sign after a \startStaff?
Would Staff.forceClef = ##t work in your situation? If not, can you
give us a MWE?
%%%
\version "2.24.3"
{
c''4 4 4 4 \stopStaff
s1
\once \set Staff.forceClef = ##t
\startStaff c''4 4 4 4
}
%%%
--
Knute Snortum