lilypond-user
[Top][All Lists]
Advanced

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

Re: bass sign does not show on a measure


From: MING TSANG
Subject: Re: bass sign does not show on a measure
Date: Thu, 17 Nov 2011 07:21:25 -0800 (PST)

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 <address@hidden>
To: MING TSANG <address@hidden>
Cc: "address@hidden" <address@hidden>; "address@hidden" <address@hidden>
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 <address@hidden> 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



reply via email to

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