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 20:30:36 +0000


Comment #13 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

Is this the same problem, or do we need new tracker issue for this?:
http://lists.gnu.org/archive/html/bug-lilypond/2012-09/msg00075.html

\version "2.17.2"

\score {
  <<
    \new ChordNames \chordmode {
      ees2:m7.5-  aes:7.5+.9-
      des1:maj7
    }
    \new Staff {
      \key des \major
      \numericTimeSignature
      \time 4/4
      \override Stem #'stencil = ##f
      \improvisationOn
      \repeat unfold 2 \relative c'' { b4 b4 b4 b4 }
      \improvisationOff
      \revert Stem #'stencil
      \bar "|."
    }
  >>
} % score


Attachments:
        test.preview.png  3.3 KB




reply via email to

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