Hi,
2010/12/18 Orm Finnendahl <[email protected]>:
> the fingering of columns is placed outside the ottava bracket in the
> following example:
>
> \version "2.13.43"
>
> \new Staff { \relative c''' {
> \override OttavaBracket #'outside-staff-priority = #200000
> \override OttavaBracket #'staff-padding = #60
> \override OttavaBracket #'y-offset = #60
> \override OttavaBracket #'padding = #60
>
> \ottava #1
> a16-5 ees!16-2 g,16-1
> aes'!16-4 r16 e16-2
> <c g' >16^\markup{\override #'(baseline-skip . 1.7)
> \column {\finger 4 \finger 1}}
> f16-3}}
>
> Attached is the png to illustrate the problem.
Maybe i'm missing something, but why don't you just write:
\version "2.13.43"
\new Staff {
\relative c''' {
\ottava #1
a16-5 ees!16-2 g,16-1
aes'!16-4 r16 e16-2
<c g' >16-1-4
f16-3
}
}
?
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user