lilypond-user
[Top][All Lists]
Advanced

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

Re: tuplet error


From: Malte Meyn
Subject: Re: tuplet error
Date: Fri, 24 Aug 2018 11:10:26 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0



Am 24.08.18 um 05:58 schrieb Craig Dabelstein:
In the following MWE I get this error: /omitting tuplet bracket with neither left nor right bound/

The compilation is fine. Anything I should do about this error?

Yes.

   \tuplet 3/2 4 {
     g2.:8
     a2.:8
     bf2.:8
     bf2.:8
   }

You ask LilyPond to divide these two measures into eight quarter-length tuplets (the 4 in \tuplet 3/2 4), but the single notes are longer (2.*2/3 = 2, not 4). It should be \tuplet 3/2 2 instead.



reply via email to

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