lilypond-user
[Top][All Lists]
Advanced

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

Re: Ottava overlapping fermata


From: Mark Knoop
Subject: Re: Ottava overlapping fermata
Date: Tue, 19 Aug 2014 19:16:28 +0100

>While inputting my first piece I stumbled across a problem I haven't 
>been able to solve. The problem arises when I combine cross staff 
>beaming with ottava and fermata. The following example shows that the 
>ottava bracket overlaps the fermata sign (at least on my system).
>
>\version "2.18.2"
>
>upper = \relative {
>   \clef treble
>   \key c \major
>   \time 2/4
>
>   \change Staff = "lower"
>     c8[
>
>   \change Staff = "upper"
>     d'' \ottava #1 e' f'\fermata]
>}
>
>lower = \relative {
>   \clef bass
>
>   s2
>}
>
>\score {
>   \new PianoStaff
>   <<
>     \new Staff = "upper" \upper
>     \new Staff = "lower" \lower
>   >>
>}
>
>Is there any way to tweak the ottava height? Or is this a bug I should 
>report?

Hi Alf,

Yes, this looks like a bug to me. You can workaround by adding 

\once \override Staff.OttavaBracket.extra-offset = #'(0 . 2)

before the \ottava.


-- 
Mark Knoop



reply via email to

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