lilypond-user
[Top][All Lists]
Advanced

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

Re: Ottava collision with bar line


From: Pierre Perol-Schneider
Subject: Re: Ottava collision with bar line
Date: Fri, 6 Sep 2013 09:25:27 +0200

2013/9/5 David Bellows <address@hidden>
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


reply via email to

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