lilypond-devel
[Top][All Lists]
Advanced

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

Re: How should tupletSpannerDuration actually work?


From: Keith OHara
Subject: Re: How should tupletSpannerDuration actually work?
Date: Sat, 12 Jan 2013 19:24:59 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

David Kastrup <dak <at> gnu.org> writes:

> I have a hard time considering the output of
> 
> Attachment (xxx.ly): text/x-lilypond, 226 bytes
> 
> useful:

 
 \relative c' {
  \set tupletSpannerDuration = #(ly:make-moment 1 2)
  \times 2/3 { c8 d e f g a g f e d c d }
%
% The tuplet brackets last a half-note, but the beaming remains 
% in quarter notes, because the tuplet bracket is independent of beaming

% Below, there seems to be a typo; do you suggest a warning should issue?
% There are 12 quarter-notes grouped into triplets, which would seem to be 
%  properly grouped in 3rds of a measure.
%
  %  \set tupletSpannerDuration = #(ly:make-moment 1 4) %% typo
  \set tupletSpannerDuration = #(ly:make-moment 1 3)  %%corrected
  \times 2/3 { c4 d e f g a g f e d c d }
 }

The fact that there are ways to use a feature without getting useful output,
is not surprising. 




reply via email to

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