Status: Accepted
Owner: ----
Labels: Type-Documentation
New issue 3097 by [email protected]: Improve doc for Going Back In MIDI
Time error with mis-use of acciaccatura
http://code.google.com/p/lilypond/issues/detail?id=3097
Federico Bruni posted on lilypond-user here:
http://lists.gnu.org/archive/html/lilypond-user/2013-01/msg00198.html
That discussed led to a bug report against the documentation of a known
issue whereby a Going Back In MIDI Time error is reported for mis-use of
acciaccatura.
http://lists.gnu.org/archive/html/bug-lilypond/2013-01/msg00044.html
The enhancement request is as follows:
Change this section:
http://lilypond.org/doc/v2.17/Documentation/notation/special-rhythmic-concerns
and replace this lilypond source:
\acciaccatura { c'8[ d' e' f' g'] }
with a more complete example:
\version "2.17.10"
\score {
{
c'8
\acciaccatura { c'8[ d' e' f' g'] }
}
\layout{}
\midi{}
}