Check the "internals" documentation of the "TupletBracket" graphical
object ("grob"), http://lilypond.org/stable/Documentation/user/out-www/lilypond-internals/TupletBracket.html
There, you'll find a property called "padding" that is exactly
what you are looking for.


/Mats


David Bobroff wrote:
In the fragment at the bottom I would like to do some additional

things.


1) Force a bracket over the 5-plet.

See input/test/tuplet-properties.ly


Or rather: input/regression/tuplet-properties.ly

I've almost got this thing where I want it.  Now I want to lower the
tuplet bracket.  It sits a bit high to my eye.  I didn't see anything
about bracket height in the tuplet-properties.ly file.

-David Bobroff

inv = { \property Voice.NoteHead \override #'transparent  = ##t 
        \property Voice.Rest \override #'transparent = ##t}
        %  \property Voice.Stem \override #'transparent = ##t }
unv = { \property Voice.NoteHead \revert #'transparent
       \property Voice.Stem \revert #'transparent }

\score {
\notes \relative c,, { \time 2/4
\clef F
<{\times 4/5 {b'16-> gis'-> dis'-> g\rest \inv r } } \\
{\property Voice.TupletBracket \override #'number-visibility = ##f
\times 4/5{ s8. \stemDown\property Voice.Beam \override #'positions =
#'(-2 . -2)
\inv a,16 \unv dis'--\< \tieUp ~ } \!dis4\fermata \breathe}>
}
\paper {linewidth = 2.75 \in }
}





_______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to