lilypond-user
[Top][All Lists]
Advanced

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

programming error: Going back in MIDI time


From: Peter O'Doherty
Subject: programming error: Going back in MIDI time
Date: Tue, 05 Apr 2011 16:55:36 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8

Hi,
I know this has been asked before but I haven't been able to resolve it satisfactorily. Can anyone suggest a solution to this error? It occurs in the example below, i.e. when the grace note has more than 4 members.
Many thanks,
Peter

##################
\version "2.12.3"
\include "english.ly"

upper = {
  \clef treble
  \time 4/4
%a'8[ a' a' a'] \acciaccatura { c'8[ d' e' f' g'] } a'8[ a'8 a'8 a'8 ] %doesn't work
  a'8[ a' a' a'] \appoggiatura { c'8[ d' e' f'] } a'8[ a'8 a'8 a'8 ] %works
}

lower = {
  \clef bass
  f4 f f f
}

\score {
  \new PianoStaff
<<
    \set PianoStaff.instrumentName = #"Piano"
    \new Staff = "upper" { \upper
     }
    \new Staff = "lower" {\lower
    }
>>
   \layout {
     \context {
          }
   }
   \midi { }
}
##################



reply via email to

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