lilypond-user
[Top][All Lists]
Advanced

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

Re: tuplet error


From: David Wright
Subject: Re: tuplet error
Date: Fri, 24 Aug 2018 12:07:26 -0500
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri 24 Aug 2018 at 13:58:56 (+1000), Craig Dabelstein wrote:
> Hi lilyponders,
> 
> 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?

Correct this line:
  \tuplet 3/2 4 {
to:
  \tuplet 3/2 2 {

Though the bracket can't be printed, "4" is trying to break each
dotted minim into two crochets.

"2" is the duration of each triplet bracket, in this case each individual note.

Play with it. "1" will bracket each measure, "\breve" will bracket two measures.

> \version "2.19.82"
> \language "english"
> 
> flute = \relative c'' {
>   \tuplet 3/2 4 {
>     g2.:8
>     a2.:8
>     bf2.:8
>     bf2.:8
>   } |
> 
> }
> 
> \score {
>   \new Staff
>   \flute
>   \layout { }
> }

Cheers,
David.



reply via email to

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