lilypond-user
[Top][All Lists]
Advanced

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

Extending tuplet brackets


From: Andrew Bernard
Subject: Extending tuplet brackets
Date: Fri, 31 May 2013 10:32:26 +1000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130509 Thunderbird/17.0.6

Greetings list,

In the following snippet, the composer writes his tuplet brackets extended right to the bar line consistently. I'd like to emulate that in the context of the contemporary score we are engraving. If I use various techniques to extend the outermost tuplet bracket, the innermost one changes length as well.

How can I extend the outer tuplet bracket without affecting the size of the inner bracket?

\version "2.17.18"

\relative c {
  \clef bass
  \time 1/4

  \override TupletBracket.bracket-visibility = ##t

  \tuplet 5/5 {
    \tuplet 5/2 { c32[ d' bes, bes e ~ ] }
    e8.
  }
}

Andrew





reply via email to

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