lilypond-user
[Top][All Lists]
Advanced

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

Re: Ottava overlapping fermata


From: Pierre Perol-Schneider
Subject: Re: Ottava overlapping fermata
Date: Tue, 19 Aug 2014 21:14:05 +0200

Hi Alf and welcome to the list,

2014-08-19 19:54 GMT+02:00 Alf Storm <address@hidden>:

Is there any way to tweak the ottava height? Or is this a bug I should report?

I don't know what Elaine Gould says about this particular case.
Personally, I'd move the fermata :

\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' ] -\tweak padding #1.5 \fermata
}

lower = \relative {
  \clef bass

  s2
}

\score {
  \new PianoStaff
  <<
    \new Staff = "upper" \upper
    \new Staff = "lower" \lower
  >>
}


HTH,
Pierre


reply via email to

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