2013/9/5 David Bellows <[email protected]>
> Hello all,
>
Hi David
> I'd like to learn how to fix this anyway by nudging
> the "8va" symbol over.
>
>
Here's 2 options :
\language "english"
upper = { a'4 a' a' a' a' a' a' a' a' a' a' a'}
lower ={ cs''1
\ottava #1
%%%%%%%%%% here's what you're looking for
\once\override Staff.OttavaBracket.extra-offset = #'(2 . 0)
< a'' cs''' g''' >
\ottava #0
\ottava #1
%%%%%%%%% here's how I would do
\set Staff.ottavation = \markup\whiteout\concat { 8 \super\tiny "va" }
< a'' cs''' g''' >
\ottava #0
}
\score {
\new PianoStaff<<
\new Staff="upper" \upper
\new Staff="lower" \lower
>> }
Cheers,
Pierre
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user