On Saturday 14 August 2004 01.08, Werner LEMBERG wrote:
> > Where should the slur end?
> >
> > Added the bug as slur-fermata.ly.
>
> If both the slur and the fermata are above the note, the order (from
> bottom to top) is note -> slur -> fermata.
>
> This is probably not so easy to catch, since, say, both fermata and
> tenuto line belong into the same category of grobs. With an added
> tenuto, the order is note -> tenuto -> slur -> fermata.
>
>
> Werner
OK, I extended the report a bit:
%
% [EMAIL PROTECTED]
\version "2.3.11"
\header { texidoc = "
Slurs shouldn't end over the fermata.
The correct order should be
note -> tenuto -> slur -> fermata.
" }
\score {
\relative c' {
\slurUp a'2( f4 a | b e c a | a1^\tenuto^\fermata) |
}
\paper {
indent = 0.0\mm
linewidth = 70.0\mm
}
}
% EOF
_______________________________________________
bug-lilypond mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-lilypond