lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: \cueClefUnset problem


From: Stephen MacNeil
Subject: Re: \cueClefUnset problem
Date: Sat, 11 Jul 2015 07:28:54 -0400

the problem is because of the change of clef, if you start with the bass clef there is no issue. Bug? i would say so.
anyway a workaround is change the clef before then omit it.

%%%%%%%%%%%%%%%%%%%%%%%%%%


\relative {

\time 5/4


r4 r4

%%%%%

\once\omit Staff.Clef

\clef "bass"

%%%%%

<<

{

s4 s2

\cueClefUnset

}

\new CueVoice {

\set instrumentCueName = \markup{

\bold \concat {

\larger "1" \raise #0.5 "ère" " " \larger "Fl."

}

}

\cueClef "treble"

\stemDown

b'16 \p \> [ b b b ]

\bar "!"

c!8 -. [ c32 c c c ]

\!

cis8 -. [ cis32 cis cis cis ]

}

>>

| % 81

\bar "||"

\break


%\once\omit Staff.Clef

\clef "bass"

\time 6/8 | % 81

g,8 \pp -. [ g8 -. ] r8 d'8 -. [ d8 -. d8 -. ] | % 82

c4 c8 c4. |

\bar "|."

}


%%%%%%%%%%%%%


HTH

Stephen

reply via email to

[Prev in Thread] Current Thread [Next in Thread]