bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 2439 in lilypond: tupletSpannerDuration and percent repeat con


From: lilypond
Subject: Re: Issue 2439 in lilypond: tupletSpannerDuration and percent repeat conflict
Date: Mon, 26 Mar 2012 22:57:20 +0000


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

Moving the \times 2/3 *inside* the percent repeat solves the problem:


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






reply via email to

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