Hi list,

someone on the german forum asked whether the following is a bug (https://lilypondforum.de/index.php/topic,216.0.html):

RepeatTies are longer if the NoteHead lies between two staff lines, but not always. As I found out, they seem to be longer IFF both the NoteHead and the RepeatTie lie inside the staff. For example code see below (same output in 2.18.2 and earlier stable versions).

But shouldn’t all RepeatTies either have the same length or be longer also if only one of RepeatTie and NoteHead are inside the staff (f. e. g'' and f' with \stemUp in 5-line treble clef)?

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.19.80"

music = \relative {
  f'''\repeatTie
  e\repeatTie
  d\repeatTie
  c\repeatTie
  b\repeatTie
  a\repeatTie
  g\repeatTie
  f\repeatTie
  e\repeatTie
  d\repeatTie
  c\repeatTie
  b\repeatTie
  a\repeatTie
  g\repeatTie
  f\repeatTie
  e\repeatTie
  d\repeatTie
  c\repeatTie
  b\repeatTie
  a\repeatTie
  g\repeatTie
  f\repeatTie
  e\repeatTie
}

{ \stemUp \music }

{ \stemDown \music }

{
    \override Staff.StaffSymbol.line-count = 9
    \stemUp \music
}

{
    \override Staff.StaffSymbol.line-count = 9
    \stemDown \music
}

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to