lilypond-user
[Top][All Lists]
Advanced

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

Re: \cueClefUnset problem


From: Thomas Morley
Subject: Re: \cueClefUnset problem
Date: Sat, 11 Jul 2015 03:10:44 +0200



2015-07-10 22:52 GMT+02:00 Menu Jacques <address@hidden>:
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


Try:

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

Cheers,
   Harm


reply via email to

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