lilypond-user
[Top][All Lists]
Advanced

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

Re: implicit tuplets


From: Noeck
Subject: Re: implicit tuplets
Date: Fri, 05 Dec 2014 11:58:14 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

or triplets that do not show the number:

\version "2.18.2"
{
  \omit TupletNumber
  \omit TupletBracket
  \tuplet 3/2 8 { c16 d e c d e c d e c d e }
}

The two \omit statements can be placed later in the music (e.g. after the first 
three notes) to
indicate that these are triplets but not to repeat the '3' all the time.

Joram



reply via email to

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