Fwd: Change TupletBracket slope?

2014-06-24 Thread David Stephen Grant
Thank you Abraham, this is just what I need.
Best, David



On 23 June 2014 21:07, tisimst  wrote:

> 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"
>   <<
> {
>   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.
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Change TupletBracket slope?

2014-06-23 Thread tisimst
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"
  <<
{
  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.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Change TupletBracket slope?

2014-06-22 Thread David Stephen Grant
Hello list,
In the following example the tuplet bracket follows the notes nicely, but
the first rest forces it way out of position. I would like to be able to
adjust the Y position of the right side to flatten the bracket, but can't
work out how to override the defaults.
Thanks!
David

\version "2.19.8"
{
  \clef "bass"
  <<
{
  4
}
\\
{
  \tuplet 6/4 { r16 g e d b, a, }
}
  >>
}
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user