lilypond-user
[Top][All Lists]
Advanced

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

Re: \cueClefUnset problem


From: Jacques Menu
Subject: Re: \cueClefUnset problem
Date: Sat, 11 Jul 2015 22:07:10 +0200

Fine, thanks!

JM

Le 11 juil. 2015 à 17:44, Stephen MacNeil <address@hidden> a écrit :

you can remove the second \clef "bass" as well, sorry I forgot to comment that out

stephen

On Sat, Jul 11, 2015 at 9:42 AM, Jacques Menu <address@hidden> wrote:
Hello Stephen,

Now, that’s clever, a better work-around still, thanks!

JM

> Le 11 juil. 2015 à 13:28, Stephen MacNeil <address@hidden> a écrit :
>
> 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]