lilypond-user
[Top][All Lists]
Advanced

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

\acciaccatura in first measure makes odd staff


From: Doug Asherman
Subject: \acciaccatura in first measure makes odd staff
Date: Wed, 03 Mar 2004 22:00:59 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040117

Hello:

I'm having a problem with the \acciaccatura when used as the first note of a measure in a PianoStaff. With the acciaccatura in, I get a treble staff that has a treble clef, key signature, time signature, the acciaccatura, a time signature, then the start of the regular notes.

In the bass staff, I get a treble clef, time signature, bass clef, key signature, then the start of the notes.

The lilypond source is attached below. Even comments like "You're doing something stupid -- check out http://www.etc.etc...."; would be welcome. Well, as long as they're relevant.

Thanks for any help.

Doug


Global = \notes { \time 2/4 \key g \major }

upperOne =
  \notes \relative c'' {
  \voiceOne
  \partial 8
  %% PROBLEM: The \acciaccatura seems to mess things up
  %\acciaccatura a'32 \stemDown g16\mf( fis32 g)
  % comment out the line above, uncomment the following line, no problem
  \stemDown g'16\mf( fis32 g)
}

lowerOne =
  \notes \relative c {
  \voiceOne
  \partial 8
  r8
}

% set up the whole piano context
piano = \context PianoStaff <<
          \new Staff <<
          \Global
          \clef treble
           \context Voice = one \upperOne
          >>
          \new Staff <<
            \Global
            \clef bass
            \context Voice = one \lowerOne
          >>
        >>

\score {
  \notes {
    \piano
  }
  \paper {}
}




reply via email to

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