bug-lilypond
[Top][All Lists]
Advanced

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

Re: wrong slur position


From: Erik Sandberg
Subject: Re: wrong slur position
Date: Sat, 14 Aug 2004 11:33:32 +0200
User-agent: KMail/1.6.2

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:

%
% address@hidden

\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




reply via email to

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