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 09:49:46 +0200

\once\override Staff.CueEndClef.break-visibility = ##(#f #f #f)

produces a large reminder clef, but that solves the issue.

Removing the cueClef is a word around, but I like to have all keys explicit.

Thanks Vaughan and Thomas!

> Le 11 juil. 2015 à 06:47, Vaughan McAlley <address@hidden> a écrit :
> 
> 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
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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