lilypond-user
[Top][All Lists]
Advanced

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

Re: Tuplet Ratios


From: carltesta
Subject: Re: Tuplet Ratios
Date: Tue, 18 Dec 2012 13:26:56 -0800 (PST)

Thank you, that works and is very helpful.

Best,
Carl

>
>
> carltesta <ctesta <at> wesleyan.edu> writes:
>
>> I am working on typesetting another composer's music. In their music
>> they
>> prefer to notate a 5:4 tuplet (5 sixteenth notes in the space of 4
>> sixteenth
>> notes) as 5:1 (5 sixteenths in the space of 1 pulse (quarter note). Is
>> it
>> possible change Lilypond's MIDI encoding so that if I write the tuplet
>> as
>> 5:1 that it will play it back as a 5:4? Instead of 5 sixteenth notes in
>> the
>> space of 1 sixteenth note?
>>
>
> Do not expect that you will need to adjust the MIDI.  LilyPond uses the
> same
> counting of time for spacing and for MIDI, so when the placement of notes
> relative to bar lines and other voices is correct, so will be the MIDI.
>
> Maybe best to enter the music under usual conventions, and replace the
> printed
> notation
>   \once\override TupletNumber #'text = "5:1 (Wesleyan notation)"
>   \times 4/5 { a16 b a g a }
>
> You can tell LilyPond to print sixteenth notes that actually lasts four
> times
> as long, as if they were quarters (but it would not help you to have
> LilyPond
> do the math if you need to do math yourself to figure out what to input).
> Details in Notation Reference 1.2.1
>
> \relative c'' <<
>  \override TupletNumber #'text = #tuplet-number::calc-fraction-text
>  { g' \times 1/5 {a b a g a} b4 \times 1/5 {a16*4 g a b a} } \\
>  {b,4 b b b} >>
>
>
> _______________________________________________
> lilypond-user mailing list
> [hidden email]
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
>
>
> _______________________________________________
> If you reply to this email, your message will be added to the discussion
> below:
> http://lilypond.1069038.n5.nabble.com/Tuplet-Ratios-tp138015p138028.html
>
> To unsubscribe from Tuplet Ratios, visit
>

View this message in context:
Re: Tuplet Ratios
Sent from the User mailing list archive at Nabble.com.

reply via email to

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