bug-lilypond
[Top][All Lists]
Advanced

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

Issue 2439 in lilypond: tupletSpannerDuration and percent repeat conflic


From: lilypond
Subject: Issue 2439 in lilypond: tupletSpannerDuration and percent repeat conflict
Date: Mon, 26 Mar 2012 21:12:56 +0000

Status: Accepted
Owner: ----
Labels: Type-Enhancement

New issue 2439 by address@hidden: tupletSpannerDuration and percent repeat conflict
http://code.google.com/p/lilypond/issues/detail?id=2439

Lenore Horner address@hidden wrote:

\version "2.14.2"
\paper{ ragged-right=##t }
\relative c'' {
\set tupletSpannerDuration = #(ly:make-moment 1 4) \times 2/3 {
                       \repeat percent 2 {g8 f g  f g f   g f g  f g f }
               } \unset tupletSpannerDuration
}

Produces correct pdf output but also the following string of error messages
(the full piece of music showed similar inconvenient lack of line numbers
with the errors).

/Applications/LilyPond.app/Contents/Resources/bin/lilypond
tuplet-repeatPercent-bug.ly;
open tuplet-repeatPercent-bug.pdf
GNU LilyPond 2.14.2
Processing `tuplet-repeatPercent-bug.ly'
Parsing...
Interpreting music...
programming error: stopped tuplet bracket has neither left nor right bound
continuing, cross fingers
programming error: stopped tuplet bracket has neither left nor right bound
continuing, cross fingers
programming error: stopped tuplet bracket has neither left nor right bound
continuing, cross fingers
programming error: stopped tuplet bracket has neither left nor right bound
continuing, cross fingers
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `tuplet-repeatPercent-bug.ps'...
Converting to `./tuplet-repeatPercent-bug.pdf'...
success: Compilation successfully completed


This
\version "2.14.2"
\paper{ ragged-right=##t }
\relative c'' {
\repeat percent 2 {\set tupletSpannerDuration = #(ly:make-moment 1 4)
\times 2/3 {
g8 f g  f g f   g f g  f g f
} \unset tupletSpannerDuration }
}

produces identical music but no error complaints, however in long passages of
triplets it's a nuisance to have to stop and start the tupletSpannerDuration
for chunks involving % repeats.






reply via email to

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