bug-lilypond
[Top][All Lists]
Advanced

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

Acciaccatura interferes with ChordNames?


From: Jim Long
Subject: Acciaccatura interferes with ChordNames?
Date: Fri, 7 Jun 2013 12:12:02 -0700
User-agent: Mutt/1.5.21 (2010-09-15)

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
Description: PNG image


reply via email to

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