lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 2802 in lilypond: NoteColumn interleaves with KeyS


From: lilypond
Subject: [Lilypond-auto] Issue 2802 in lilypond: NoteColumn interleaves with KeySignature of other Staff
Date: Sun, 02 Sep 2012 07:25:25 +0000

Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 2802 by address@hidden: NoteColumn interleaves with KeySignature of other Staff
http://code.google.com/p/lilypond/issues/detail?id=2802

Thomas Morley reported here:
http://lists.gnu.org/archive/html/bug-lilypond/2012-09/msg00004.html
http://article.gmane.org/gmane.comp.gnu.lilypond.bugs/36106
http://lilypond.1069038.n5.nabble.com/NoteColumn-interleaves-with-KeySignature-of-other-Staff-tp131944.html

Post follows:
------------------------
With the following code the first note of line two of the upper stave
interleaves with the KeySignature of the lower stave.

<<
  \new Staff { c''1 \break c''1 }

  \new Staff {
      \key ces \major
      % wrong output with:
      R1*2
%      % wrong output with:
%      s1*2
%      % correct output with:
%      \repeat unfold 2 r1
    }


Same behaviour with all tested versions i.e.:
"2.12.3"
"2.14.2"
"2.15.40"
"2.16.0"
"2.17.0"
"2.17.2"

Perhaps similiar to Issue 2655.
Quoting David Kastrup:
"The problem is [...] the absence of a note column."

Regards,
  Harm
--------------------------

Attachments:
        tiny.png  4.6 KB




reply via email to

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