bug-lilypond
[Top][All Lists]
Advanced

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

repeatTie and staff-position


From: Malte Meyn
Subject: repeatTie and staff-position
Date: Sun, 31 Dec 2017 12:21:25 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2

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
}



reply via email to

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