Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 3405 by [email protected]: with chordChanges= ##t plus a grace expression chordname is missing on new lines
http://code.google.com/p/lilypond/issues/detail?id=3405

Jim Long observed with the code below http://lilypond.1069038.n5.nabble.com/Acciaccatura-interferes-with-ChordNames-td146835.html

<<
  \new ChordNames {
    \set chordChanges = ##t
    \chordmode {
      e1 e1
    }
  }
  \new Staff {
    e8 e8 e8 e8 e8 e8 e8 e8
    \break
    \acciaccatura fis'8
    e8 e8 e8 e8 e8 e8 e8 e8
  }


that on the 2nd line there's no chord name (which should be following the docs)

also, the acciaccatura seems to near to the clef


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to