lilypond-user
[Top][All Lists]
Advanced

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

Re: Tuplet bracket numbering problem


From: Mats Bengtsson
Subject: Re: Tuplet bracket numbering problem
Date: Fri, 07 Jun 2002 20:26:50 +0200

> Dear Gentlemen,
> 
> Alas, a correction using "number-visibility" elicits this error message:
> 
> warning: Not a grob name, 'tupletBracket'.
> 
> Has the grob also been renamed?

No, but maybe you have done it, it should be called TupletBracket
and the name is case sensitive. A complete version of your example
can be found below.

  /Mats

\score{\notes{
    \property Voice.tupletSpannerDuration = #(make-moment 1 8)
    \property Voice.TupletBracket  \set #'number-visibility = ##f
    \times 2/3{[d'16( )cis'' b'-.] [cis'( )b' a'-.] [b( )a' gis'-.] [bis( 
)gis' fis'-.]
    [cis'\<( d'\!dis'] [fis'\> e' ) \!cis'] [gis-.( a-. b-.] [cis'-. 
d'-. )e'-.] }
}}






reply via email to

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