lilypond-devel
[Top][All Lists]
Advanced

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

Re: Tuplet on single-note tremolo


From: Trevor Bača
Subject: Re: Tuplet on single-note tremolo
Date: Mon, 25 Feb 2008 22:42:47 -0600

On Mon, Feb 25, 2008 at 4:21 PM, Reinhold Kainhofer <address@hidden> wrote:
Am Montag, 25. Februar 2008 schrieben Sie:
> I print tuplet brackets over one-note tuplets relatively frequently in my
> own scores. Can we make sure that printing tuplet brackets over one-note
> tuplets remains an option for composers wanting to use it?

What do you mean by "remains an option"? Lilypond has hardcoded code that will
never print such brackets and also no tuplet numbers on single-note tuplets,
unless tupletFullLength or tupletFullLengthNote is set to #t. The behaviour
in these cases has not changed.

Ah, yes: I meant that I print one-note tuplets always with tupletFullLength set to #t. So, yes, this is exactly what I meant.
 

As an example, I tried the snippet from the regression tests and added some
more tuplets. The third tuplet is with tupletFullLengthNote und
tupletFullLength set to #f, so in 2.10 no tuplet number was printed. With the
patch applied, the behavior for brackets is exactly the same: They are
printed. The only difference is that the tuplet number is also printed when
tupletFullLengthNote=#f and tupletFullLength=#f. Is this what you mean?

Yes, precisely. This works great. Thanks for checking!


 


Test code (output from lilypond with the patch applied is attached):

\new RhythmicStaff {
 \set tupletFullLength = ##t
 \time 4/4
 \times 4/5 {
   c'1*5/4
 }
 \set tupletFullLengthNote = ##t
 \time 2/4
 \times 2/3 {
   c2.
 }
 \time 3/4
 \set tupletFullLengthNote = ##f
 \set tupletFullLength = ##f
 \times 2/3 {c'4.} \times 2/3 { c'4. c'4. }
}

Cheers,
Reinhold


--
------------------------------------------------------------------
Reinhold Kainhofer, Vienna University of Technology, Austria
email: address@hidden, http://reinhold.kainhofer.com/
 * Financial and Actuarial Mathematics, TU Wien, http://www.fam.tuwien.ac.at/
 * K Desktop Environment, http://www.kde.org, KOrganizer maintainer
 * Chorvereinigung "Jung-Wien", http://www.jung-wien.at/



--
Trevor Bača
address@hidden
reply via email to

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