"Dmytro O. Redchuk" <brownian....@gmail.com> wrote in message
news:1265482699.20710.10.ca...@alot...
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
http://code.google.com/p/lilypond/issues/detail?id=1007
--
Phil Holmes
Bug Squad
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond