the grace conversion from 1.9.1 to 1.9.2 doesn't ignore grace notes that are 
commented out:

\version "1.9.1"
\score {
\notes {
  % \grace c8 
  c8
}}

becomes:

\version "1.9.2"
\score {
\notes {
  % \grace {
  \property Voice.Stem \override #'stroke-style = #"grace"
   c8
  \property Voice.Stem \revert #'stroke-style }

  c8
}}

erik



_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to