Acciaccatura interferes with ChordNames?

2013-06-07 Thread Jim Long
It appears that an acciaccatura in conjunction with 
"\set chordChanges = ##t" can prevent a ChordNames staff from
engraving a repeated chord at the beginning of a line.

Either removing the acciaccatura or setting chordChanges = ##f
eliminates the problem.

Known issue?

Also, the acciaccatura seems a little too close to the clef.

Thank you,

Jim


\version "2.16.2"

Chords = \new ChordNames {
  \set chordChanges = ##t
  \chordmode { e1 e1 }
}

\score { % this score has a chord symbol on the 2nd line
  <<
\Chords
\new Staff {
  \repeat unfold 8 e'8 \break
%  \acciaccatura fis'8
  \repeat unfold 8 e'8
}
  >>
}

\score { % this score is missing a chord symbol on the 2nd line
  <<
\Chords
\new Staff {
  \repeat unfold 8 e'8 \break
  \acciaccatura fis'8
  \repeat unfold 8 e'8
}
  >>
}
<>___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Acciaccatura interferes with ChordNames?

2013-06-08 Thread Eluze
thank you, Jim, for this report

I'v added
https://code.google.com/p/lilypond/issues/detail?id=3405&colspec=ID%20Type%20Status%20Stars%20Owner%20Patch%20Needs%20Summary
to the tracker

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Acciaccatura-interferes-with-ChordNames-tp146835p146864.html
Sent from the Bugs mailing list archive at Nabble.com.

___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond