It now thinks that your cue voice is already in the bass clef, so doesn't show 
another clef.

Add this before each \clef command you want to force to be shown:

  \set Staff.forceClef = ##t 


--
Phil Holmes


  ----- Original Message ----- 
  From: MING TSANG 
  To: Peekay Ex 
  Cc: lilypond-user-requ...@gnu.org ; lilypond-user@gnu.org 
  Sent: Thursday, November 17, 2011 3:21 PM
  Subject: Re: bass sign does not show on a measure


  Thanks.  

  It works for the first \cueClef, but the second one it shows at the wrong 
place (at the begining of second system instead of befoe the last second note 
of the second system.  Any idea, what I did wrong.


  %%%%% start
  \version "2.14.2"
  \include "english.ly"

  upper = \relative c {
    \clef bass
    \key c \major
    \time 4/4
    \autoBeamOff
   %%%% page 55
    bf'8 bf8 r4 f8 f16 f16 f8 f8 |
    bf8 bf8 r16 bf16 bf16 d16 bf8 bf8 r4 |
    bf8 bf16 bf16 bf8 bf8 bf8 f8 \cueClef bass    f8 bf8 \break      %first 
system
    bf8 f8 r8 f16 f16 f16 f16 f16 g16 af8 af8 |
    r8 af8 af16 af16 bf16 f16 g8 g8 \cueClef bass   bf8 ef,8 \break  %second 
system
    }

  \score {

       \new Staff = upper { \new Voice = "singer" \upper }

  }
  %%%%% end 


  Blessing in+,
  ming


----------------------------------------------------------------------------
    From: Peekay Ex <pkx1...@gmail.com>
    To: MING TSANG <tsan...@rogers.com>
    Cc: "lilypond-user@gnu.org" <lilypond-user@gnu.org>; 
"lilypond-user-requ...@gnu.org" <lilypond-user-requ...@gnu.org>
    Sent: Thursday, November 17, 2011 7:47:34 AM
    Subject: Re: bass sign does not show on a measure

    Ming

    On 17 November 2011 11:55, MING TSANG <tsan...@rogers.com> wrote:
    > Hi, lily users:
    > I need help.  I coded "\clef bass" before the last third note on measure
    > two, but the bass sign does not appear.

    Yes because you have already defined your clef.

    Use \cueClef instead.

    James

    -- 
    --
    James





------------------------------------------------------------------------------


  _______________________________________________
  lilypond-user mailing list
  lilypond-user@gnu.org
  https://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to