2013/9/5 David Bellows <davebell...@gmail.com>

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

Reply via email to