lilypond-user
[Top][All Lists]
Advanced

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

Re: tuplet bracket height


From: Mats Bengtsson
Subject: Re: tuplet bracket height
Date: Sun, 15 Jun 2003 17:43:58 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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