lilypond-user
[Top][All Lists]
Advanced

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

control-points dont seem to work for tupletbracket


From: Ricardo Teruel
Subject: control-points dont seem to work for tupletbracket
Date: Wed, 28 Jan 2009 03:37:01 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

I think it's quite common to have curved tuplet brackets 
specifically for triplets. 
In any case I would really appreciate the option.
Lilypond is such a beatiful program.
Other tuplets usually use straight brackets.

I tried to curve the bracket with #'control-points 
but only the first and second nodes would define the bracket. 
The tird and fourth would do nothing.

I tried the same with a Slur and it worked perfectly with the slur.


snippet:

\version "2.11.61"

\score {

  \new Staff = "Prueba" {
    \relative c' { % abre \relative de prueba

 \override TupletBracket #'bracket-visibility = ##t
  \override Staff.TupletBracket #'control-points = #'( ( 0 . -10 ) (20 . 14)(30
. -25) (40  . -36 ) (50 . 52) )
 \override Slur  #'control-points = #'( ( 0 . -10 ) (20 . 14)(30 . -25) (40  .
-36 ) (50 . 52) )
        \times 2/3{ c'8 (d e} f4 f f |
        c d e f)

} % fin \relative
} % fin de \new Staff prueba



\layout { }

}



Thanks,

Ricardo





reply via email to

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