bug-lilypond
[Top][All Lists]
Advanced

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

Issue 731 in lilypond: \break can not be used together with \grace in pr


From: codesite-noreply
Subject: Issue 731 in lilypond: \break can not be used together with \grace in proportional notation.
Date: Sun, 11 Jan 2009 13:37:03 +0000

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

reply via email to

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