lilypond-devel
[Top][All Lists]
Advanced

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

Re: [bug] scripts vertical placement


From: Juergen Reuter
Subject: Re: [bug] scripts vertical placement
Date: Mon, 21 Nov 2005 16:42:36 +0100 (CET)

On Sat, 19 Nov 2005, Han-Wen Nienhuys wrote:

Juergen Reuter wrote:

Vertical placement of scripts is broken as of current CVS. In particular, note that the vertical placement does not monotonously increase with the pitch.

thanks. Fixed. I guess that the proper placement for ^ is in the space, rather than on the line, though.



Thanks! Unfortunately, however, the fix does not work for staves with an even number of staff lines:

\version "2.7.16"
\score {
  \new Staff \with {
    \override StaffSymbol #'line-count = #4
  }
  \transpose c c' {
    \stemDown
    e4\marcato
    f4\marcato
    g4\marcato
    a4\marcato
    b4\marcato
    c'4\marcato
    d'4\marcato
    e'4\marcato
  }
}

Note that the marcato sign on the 7th note is placed lower than that on the 6th note (see attached graphics); thus it's still not monotonic with the pitch.

Greetings,
Juergen

Attachment: art3.png
Description: PNG image


reply via email to

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