2014-03-08 12:51 GMT+01:00 Mark Mathias <[email protected]>:
> This doesn't look right:
>
> \version "2.18.0"
>
> %Fingering collides with bracket.
>
> \relative {
>
> \[ b4^2 c^3 \]
>
> }
[...]
> Would someone please help me position the fingering withing the bracket,
> either by lengthening the bracket or horizontally moving the fingering to
> the right?

Hi Mark,

try:

\version "2.18.0"

\relative {
  \once \override LigatureBracket.shorten-pair = #'(-1.4 . -0.2)
  \[ b4^2 c^3 \]
  \[ b4-\tweak #'X-offset #1.5 ^2 c^3 \]
}


HTH,
  Harm

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to