lilypond-user
[Top][All Lists]
Advanced

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

Re: Change TupletBracket slope?


From: tisimst
Subject: Re: Change TupletBracket slope?
Date: Mon, 23 Jun 2014 12:07:50 -0700 (PDT)

David,

You can manually place the left and right ends of the bracket like this (and
adjusting to taste):

\version "2.19.8"
{
  \clef "bass"
  <<
    {
      <a, a>4
    }
    \\
    {
      /*\once \override TupletBracket.positions = #'(-7 . -7)*/
      \tuplet 6/4 { r16 g e d b, a, }
    }
  >>
}

<http://lilypond.1069038.n5.nabble.com/file/n163571/flat-tuplet-bracket.png> 

This is also true for beams and other kinds of notation objects like this.

Regards,
Abraham



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Change-TupletBracket-slope-tp163546p163571.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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