lilypond-user
[Top][All Lists]
Advanced

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

RE: Issue 4236


From: Javier Ruiz-Alma
Subject: RE: Issue 4236
Date: Wed, 2 Sep 2015 01:18:21 -0700

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




reply via email to

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