Status: Accepted
Owner: v.villenave
Labels: Type-Defect Priority-Low

New issue 731 by v.villenave: \break can not be used together with \grace in proportional notation.
http://code.google.com/p/lilypond/issues/detail?id=731

From the "grace notes are a PITA" series:

Victor Adán noticed that the following code produces progerrors:

{
  \set Score.proportionalNotationDuration = #(ly:make-moment 1 34)
  \override Score.SpacingSpanner #'strict-note-spacing =##t
  c'1
  \break
  \grace{ g'64 }
  c'1
  \break
  c'
}

please read his full report on
http://lists.gnu.org/archive/html/bug-lilypond/2008-11/msg00068.html

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to