Hi everyone,

I'm having some trouble beginning a phrase with a grace note. In
correct.ly, everything looks fine. In incorrect.ly, I've simply erased
the opening E in the upper staff. This makes the grace note D the first
pitch, which for some reason creates a treble clef in the lower staff
(see incorrect.png) and makes the actual bass clef smaller.

Any tips? I'm on Fedora 22.

Thanks,

--Sam

-- 
Sam Bivens
Ph.D. Student, Music Theory
Eastman School of Music
Editor, /Intégral/
\version "2.19.21"

upper = \relative c {
  \clef bass

  e \grace { d16 } c4
}

lower = \relative c {
  \clef bass

  c
}

\score {
  \new PianoStaff <<
    \set PianoStaff.instrumentName = #"Piano"
    \new Staff = "upper" \upper
    \new Staff = "lower" \lower
  >>
}
\version "2.19.21"

upper = \relative c {
  \clef bass

  \grace { d16 } c4
}

lower = \relative c {
  \clef bass

  c
}

\score {
  \new PianoStaff <<
    \set PianoStaff.instrumentName = #"Piano"
    \new Staff = "upper" \upper
    \new Staff = "lower" \lower
  >>
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to