bug-lilypond
[Top][All Lists]
Advanced

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

Start with grace note


From: TwentySix
Subject: Start with grace note
Date: Mon, 4 Sep 2017 10:12:44 -0700 (MST)

Hello, I have a bug with first grace note:

upper = \relative c'' {
  \clef treble
  \key c \major
  \time 4/4

 a4 a4 a4 a4
 \bar "|" \break
 \grace a4
 \bar "|" \break
}

lower = \relative c {
  \clef bass
  \key c \major
  \time 4/4

  a2 a2
  \bar "|" \break
  a4
  \bar "|" \break
}

\score {
  \new PianoStaff <<
    \set PianoStaff.instrumentName = #"Piano  "
    \new Staff = "upper" \upper
    \new Staff = "lower" \lower
  >>
  \layout { }
  \midi { }
}
<http://lilypond.1069038.n5.nabble.com/file/t5399/IMG_1025.png> 



--
Sent from: http://lilypond.1069038.n5.nabble.com/Bugs-f58488.html



reply via email to

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