lilypond-user
[Top][All Lists]
Advanced

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

Re: Issue 4236


From: BB
Subject: Re: Issue 4236
Date: Wed, 2 Sep 2015 13:37:15 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

I tried both versions (2.19) and do not see any difference?

On 02.09.2015 10:18, Javier Ruiz-Alma wrote:
https://code.google.com/p/lilypond/issues/detail?id=4236

This also produces the unwanted "warning: omitting tuplet bracket with
neither left nor right bound":
\version "2.18.2"
\relative c''{
   \tupletSpan 4
   \tuplet 3/2 { c8 c c c c c c2.:8 }
}

Workaround:
\version "2.18.2"
\relative c''{
   \tupletSpan 4
   \tuplet 3/2 { c8 c c c c c }
   \tupletSpan \default
   \tuplet 3/2 { c2.:8 }
}

Workaround didn't work for whole measure rests, though.
        
Javier


_______________________________________________
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]