lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 1700 in lilypond: Chord names collide when sev


From: lilypond
Subject: Re: [Lilypond-auto] Issue 1700 in lilypond: Chord names collide when several note-columns lay in between
Date: Wed, 12 Sep 2012 21:46:21 +0000


Comment #14 on issue 1700 by address@hidden: Chord names collide when several note-columns lay in between
http://code.google.com/p/lilypond/issues/detail?id=1700

Looks the same problem to me:

If you simplify the example by removing \improvisation \overide \keys and \timesignatures, there's still a collision.

\version "2.17.2"

\score {
  <<
    \new ChordNames \chordmode {
      ees2:m7.5-  aes:7.5+.9-
      des1:maj7
    }
    \new Staff {
      \repeat unfold 2 \relative c'' { b2 b2 }
      \bar "|."
    }
  >>
}

Now replace the b4's by b2's and it's gone.





reply via email to

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