bug-lilypond
[Top][All Lists]
Advanced

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

\fermataMarkup positioned higher then \fermata... in some specific cases


From: Dmytro O. Redchuk
Subject: \fermataMarkup positioned higher then \fermata... in some specific cases
Date: Sat, 06 Feb 2010 20:58:19 +0200

Hi.

Can you remember?-) -- ‘fermata-rest-position.ly’: "Fermatas over
multimeasure rests are positioned as over normal rests."

(http://code.google.com/p/lilypond/issues/detail?id=981)

I am not sure that this is an issue --- \fermata always positioned as
close to rest as possible (in any voice), while \fermataMarkup jumps
higher if in \voiceOne:

% ------8<--------------------

\version "2.13.12"

\relative b' {
  \oneVoice
  r1 \fermata
  \voiceOne
  r1 \fermata
  %
  \break
  %
  \oneVoice
  R1 \fermataMarkup
  \voiceOne
  R1 \fermataMarkup
  \override MultiMeasureRest #'staff-position = #0
  R1 \fermataMarkup
}

\paper {
  indent = 0
  ragged-right = ##t
}

% ------8<--------------------

-- 
  Dmytro O. Redchuk

Attachment: fermatamarkup-voice1.png
Description: PNG image


reply via email to

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