lilypond-user
[Top][All Lists]
Advanced

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

Re: implicit tuplets


From: Malte Meyn
Subject: Re: implicit tuplets
Date: Fri, 05 Dec 2014 08:26:13 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

Explicit triplets can be set with a single \tuplet command like Urs suggested. And implicit triplets can be made by scaling the durations:

\version "2.19.13"

\relative c' {
        \time 2/4

        % you might want this, try it
        % (1 . 24) is the duration of a 1/16-triplet ;)
        \set Timing.beamExceptions = #'((end . (((1 . 24) . (3 3 3)))))

        % explicite triplets
        \tuplet 3/2 8 { c16 d e c d e c d e c d e } |

        % implicite triplets
        c16*2/3 d e c d e c d e c d e |

        % other beams don’t change
        c16 d e f g f e d |
        c8 d e d |
        c2
}

I think that’s what you mean by “implicit triplets”, isn’t it?

Am 05.12.2014 um 07:03 schrieb Urs Liska:


Am 5. Dezember 2014 04:31:54 MEZ, schrieb MarcM <address@hidden>:

I am typesetting the Bee by Schubert (*) with a time signature of 2/4
and
all notes are 1/16 and grouped implicitly in triplets.

is there a way to specify at the beginning of the score that notes are
to be
grouped in triplets of 1/16 and avoid having to type  \tuplet 3/2 {c8
c8 c8}.


Yes. Just enclose the whole triplets music in a \tuplet expression.
A first argument of 8 will tell LilyPond to group the triplets in groups of an 
eighth note's length.

HTH
Urs

many times?


(*)
http://conquest.imslp.info/files/imglnks/usimg/d/db/IMSLP215195-SIBLEY1802.16784.ebd6-39087011178730violin.pdf






--
View this message in context:
http://lilypond.1069038.n5.nabble.com/implicit-tuplets-tp169206.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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