bass sign does not show on a measure

2011-11-17 Thread MING TSANG
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.  How can I make it printed?

snip

\version 2.14.2
\include english.ly

upper = \relative c {
  \clef bass
  \key c \major
  \time 4/4
  \autoBeamOff
  page 55 

  g8 g8 r8 g16 bf16 bf8 ef,8 r8 ef16 ef16  
  ef8 ef16 f16 g16 g16 g16 af16 af8 ef8 \clef bass af8 af16 af16 
  bf8 c8 af8 af8 \clef treble af'4 bf8 c8 
  }
score {
 \new Staff = upper { \new Voice = singer \upper }
}
 end

 
Blessing,
ming.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: bass sign does not show on a measure

2011-11-17 Thread Peekay Ex
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


Re: bass sign does not show on a measure

2011-11-17 Thread MING TSANG
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


Re: bass sign does not show on a measure

2011-11-17 Thread Phil Holmes
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 bassf8 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


Re: bass sign does not show on a measure

2011-11-17 Thread David Kastrup
Phil Holmes m...@philholmes.net writes:

 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 

Perhaps, similar to \time, we should make this automatic when you say
\clef\default ?  Or is there a better use for this currently unavailable
command?

-- 
David Kastrup


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


Re: bass sign does not show on a measure

2011-11-17 Thread Peekay Ex
Hello,

On 17 November 2011 17:46, David Kastrup d...@gnu.org wrote:
 Phil Holmes m...@philholmes.net writes:

 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

 Perhaps, similar to \time, we should make this automatic when you say
 \clef\default ?  Or is there a better use for this currently unavailable
 command?

Why not make

\set Staff.forceClef = ##t

default?

That is whenever I have a \clef \[bass|treble|g|alto|whatever] command
it, well, prints a clef?

Regards

-- 
--
James

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


Re: bass sign does not show on a measure

2011-11-17 Thread MING TSANG
Thank you.  It works perfectly now.

 
Blessing in+,
Ming



From: Phil Holmes m...@philholmes.net
To: MING TSANG tsan...@rogers.com; Peekay Ex pkx1...@gmail.com
Cc: lilypond-user-requ...@gnu.org; lilypond-user@gnu.org
Sent: Thursday, November 17, 2011 11:36:08 AM
Subject: Re: bass sign does not show on a measure


 
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