Comment #2 on issue 4381 by [email protected]: recommend to \include articulate.ly just before the midi block
https://code.google.com/p/lilypond/issues/detail?id=4381

Sorry, poor report indeed. I was thinking of some discussions on lilypond-user. For example:
http://lists.gnu.org/archive/html/lilypond-user/2012-12/msg00211.html

Here's an example and the current output  on 2.19,23 is attached:

\version "2.19.23"

% If you leave this include here, the file might not compile in some cases.
% When it does, notes are not printed as grace notes and a spurious dash line appears.
%
% If you comment the first include and uncomment the include before the score block,
% file compiles always and \afterGrace works correctly.
\include "articulate.ly"

theMusic = \relative {
  c''1 \afterGrace d1 { c16^"these should be grace notes" d }
}

%\include "articulate.ly"

\score {
  \new Staff { \theMusic }
  \layout{}
}



Attachments:
        articulate-after-grace.png  23.9 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to