lilypond-user
[Top][All Lists]
Advanced

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

Re: position fingering


From: Thomas Morley
Subject: Re: position fingering
Date: Sat, 8 Mar 2014 13:06:40 +0100

2014-03-08 12:51 GMT+01:00 Mark Mathias <address@hidden>:
> 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



reply via email to

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