lilypond-user
[Top][All Lists]
Advanced

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

Re: Newbie problem in my first or second score


From: Federico Bruni
Subject: Re: Newbie problem in my first or second score
Date: Mon, 21 Apr 2014 14:09:40 +0200

Hi Steve

It's an old issue called "grace synchronization":

2014-04-21 14:02 GMT+02:00 Steve Lane <address@hidden>:
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 |
}


add a \grace with spacer rest here as a workaround
 
lower = {
  \partial 4 \grace s16 r4 |
}

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



reply via email to

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