lilypond-devel
[Top][All Lists]
Advanced

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

How should tupletSpannerDuration actually work?


From: David Kastrup
Subject: How should tupletSpannerDuration actually work?
Date: Sat, 12 Jan 2013 11:25:28 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

I have a hard time considering the output of

\version "2.16.0"

\relative c' {
  \set tupletSpannerDuration = #(ly:make-moment 1 2)
  \times 2/3 { c8 d e f g a g f e d c d }
  \set tupletSpannerDuration = #(ly:make-moment 1 4)
  \times 2/3 { c4 d e f g a g f e d c d }
}
useful:

PNG image

-- 
David Kastrup

reply via email to

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