Thanks again Kieren and Trevor!
Maybe you can help me with a separate issue involving beaming tuplets
to non-tuplets (I'll also publish this to the list under an
appropriate heading):
It seems you can beam together tuplets followed by non-tuplets:
\times 2/3 {c'16[ c'8 } c'16 c'16]
But beaming together non-tuplets followed by tuplets fails with an
"unexpected ']'" error:
c'16[ c'16 \times 2/3 {c'16 c'8 } ]
Any methods/hacks to get the second beaming example to work?
Best,
Adam
On 9/10/07, Kieren MacMillan <[EMAIL PROTECTED]> wrote:
> Hi Adam,
>
> > I'd like to be able to "damp" TupletBrackets the way you can damp
> > Beams to force horizontal TupletBrackets. I can't seem to find a
> > similar method in the docs (I'm using 2.11.32).
>
> %%% BEGIN SNIPPET %%%
>
> \version "2.11.32"
>
> triplets = \relative c'''
> {
> \tupletUp
> \times 2/3 { c a e }
> \override TupletBracket #'positions = #'(6 . 6)
> \times 2/3 { c' a e }
> }
>
> \score
> {
> \triplets
> }
>
> %%% END SNIPPET %%%
>
> Hope this helps!
> Kieren.
>
>
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user