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
    }
  >>
}

<<attachment: tiny.png>>

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to