lilypond-user
[Top][All Lists]
Advanced

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

Re: \cueClefUnset problem


From: Vaughan McAlley
Subject: Re: \cueClefUnset problem
Date: Sat, 11 Jul 2015 14:47:51 +1000

On 11 July 2015 at 06:52, Menu Jacques <address@hidden> wrote:
>
> Hello folks,
>
> In the following code, I get the bass clef twice before the 6/8 time 
> signature. The problem only arises when the parallel music containing the new 
> CueVoice is directly followed by a \clef command.
>
> Uncommenting the "\once\omit Staff.Clef » command before \clef "bass" removes 
> two clefs actually…
>
> Any hint is welcome!
>
> JM
>
>
> %%%%%%%%%%%%%
>
> \version "2.19.22"
>
> \relative {
>   \time 5/4
>
>   r4 r4
>   <<
>     {
>       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*5 | c4*5 c4*5 |
>   \bar "|."
> }
>
> %%%%%%%%%%%%%
>
>
>
>
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>

I had this issue, and the first thing I tried was omitting the Cue
Clef, which worked fine. It’s probably a matter of taste, but I wonder
if a small or a large clef is more appropriate here…

Vaughan



reply via email to

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