bug-lilypond
[Top][All Lists]
Advanced

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

Re: tupletSpannerDuration and percent repeat conflict


From: Lenore Horner
Subject: Re: tupletSpannerDuration and percent repeat conflict
Date: Mon, 26 Mar 2012 20:02:43 -0400

On Mar 26, 2012, at 18:54 , Carl Sorensen wrote:

> 
> 
> On 3/26/12 12:49 PM, "Lenore Horner" <address@hidden> wrote:
> 
>>> I'm not top posting.
>> 
>> \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).
> 
> A simple change prevents the errors:
> 
> \version "2.14.2"
> \paper{ ragged-right=##t }
> \relative c'' {
>               \set tupletSpannerDuration = #(ly:make-moment 1 4)
>                % \times 2/3 {  % NOTE -- move the \times 2/3 *inside* the
> repeat percent
>               \repeat percent 2 \times 2/3 {g8 f g  f g f   g f g  f g f }
>               %    }
>                \unset tupletSpannerDuration
> }
> 
> HTH,
> 
> Carl
> 
> 
> 
I noted that change in my bug report, but I also noted why it isn't 
particularly desirable: having to separate out the declarations for repeated 
sections in an extended section of triplets.  
Lenore




reply via email to

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