lilypond-user
[Top][All Lists]
Advanced

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

bass sign does not show on a measure


From: MING TSANG
Subject: bass sign does not show on a measure
Date: Thu, 17 Nov 2011 03:55:19 -0800 (PST)

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.

reply via email to

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