lilypond-user
[Top][All Lists]
Advanced

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

Horizontal TupletBrackets?


From: Peter Crighton
Subject: Horizontal TupletBrackets?
Date: Fri, 24 Jan 2014 15:20:33 +0100

Hi List,

is there a way to have all TupletBrackets in a score be horizontal without altering every single one?
See this example – first bar is the default, second bar is how I’d like to have it all through the score, but without overriding every one.


\version "2.19.0"

\new DrumVoice {
  \drummode {
    \voiceOne
    \set tupletSpannerDuration = #(ly:make-moment 1 4)
    \tuplet 3/2 {
      <hh sn>4 cymr8 cymr4 cymr8 cymr4 cymr8 cymr4 cymr8
      \once \override TupletBracket.positions = #'(6.625 . 6.625) <hh sn>4 cymr8 cymr4 cymr8 cymr4 cymr8 cymr4 cymr8
    }
  }
}


In a drum score I think it’s preferable to have all Beams and TupletBrackets horizontal as this helps with reading. For Beams there is the possibility of \override Beam.damping = #+inf.0, but I can’t find anything similar for TupletBrackets.

I’d appreciate any help!

--
Peter Crighton | Musician & Music Engraver based in Mainz, Germany
http://www.petercrighton.de

reply via email to

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