lilypond-user
[Top][All Lists]
Advanced

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

RE: control-points dont seem to work for tupletbracket


From: Nick Payne
Subject: RE: control-points dont seem to work for tupletbracket
Date: Wed, 28 Jan 2009 17:34:14 +1100

You could mimic the tuplet bracket with a slur:

\version "2.12.2"

\relative c' {
        \stemUp\slurUp 
        \once\override TupletBracket #'bracket-visibility = ##f
        \times 2/3 {fis16[( gis fis)]}
}

Nick

> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden On
> Behalf Of Ricardo Teruel
> Sent: Wednesday, 28 January 2009 2:37 PM
> To: address@hidden
> Subject: control-points dont seem to work for tupletbracket
> 
> 
> 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
> 
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
> No virus found in this incoming message.
> Checked by AVG - http://www.avg.com
> Version: 8.0.176 / Virus Database: 270.10.14/1920 - Release Date:
> 27/01/2009 6:15 PM





reply via email to

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