lilypond-user
[Top][All Lists]
Advanced

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

Newbie problem in my first or second score


From: Steve Lane
Subject: Newbie problem in my first or second score
Date: Mon, 21 Apr 2014 12:02:46 +0000
User-agent: Microsoft-MacOutlook/14.3.1.130117

Hello all:

So I am trying to lay out the first bars of Mozart's Sonata K 333. The first measure is a partial measure. No matter what I try so far, I'm getting an extra time and key signature in the bass clef, in addition to the bass clef first displaying as treble, then adding a bass clef in:


The code is as follows (I didn't see how to make it tinier):

\version "2.18.2"
\include "english.ly"

keyTime = { \key bf \major \time 4/4 }

upper = \relative c''' {
  \partial 4 \grace g16 f8 ef16 d |
}

lower = {
  \partial 4 r4 |
}

\score {
  \new PianoStaff <<
    \new Staff = "upper" { \clef "treble" \keyTime \upper }
    \new Staff = "lower" { \clef "bass" \keyTime  \lower }
  >>
}


Any help appreciated :-)

Thanks,

Steve Lane

reply via email to

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