lilypond-user
[Top][All Lists]
Advanced

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

force tuplet bracket to beam side


From: Jeffrey Trevino
Subject: force tuplet bracket to beam side
Date: Wed, 30 Jan 2013 14:35:49 -0800

Hi there,

I've got a rogue tuplet bracket trying to span notes on the note side instead of the beam side, and I'd like to specify that the tuplet bracket should always be on the beam side. Internals tell me that I need to set ly:tuplet-bracket::calc-direction equal to -1, but I'm not sure what the syntax for that would look like.

Here's code to reproduce the situation:

\relative c'' {
staff.override.tuplet_bracket = ly:tuplet-bracket::calc-direction = -1
\stemDown
  \times 4/5{c8[( \f a' \times 2/3{c8 \grace {a32 [ c b \p ]} a8 \afterGrace c {a32 [ c b ]}}}
  \stopStaff \startStaff
  \override Staff.StaffSymbol #'line-positions = #'( 18 16 14 12 10  4 2 0 -2 -4 )
  \override Stem  #'no-stem-extend = ##t
  \times 4/5{a' c a cis
  \stopStaff \startStaff
  \override Staff.StaffSymbol #'line-positions = #'( 4 2 0 -2 -4 )
  \override Stem  #'no-stem-extend = ##f
  a,,} c
  \stopStaff \startStaff
  \override Staff.StaffSymbol #'line-positions = #'( -10 -12 -14 -16 -18 )
  \override Stem  #'no-stem-extend = ##f
\time 3/8
   a,, c a c])
}

--
Jeff Treviño
PhD Candidate in Music Composition
@ the University of California, San Diego
Skype: jeffreytrevino
E-mail: address@hidden
Web: www.jeffreytrevino.com
Cell: (619)565-9611
9310H Redwood Dr.
La Jolla, CA 92037
USA

reply via email to

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