]> git.donarmstrong.com Git - lilypond.git/commit
Allows the user to override the text property of ChordName
authorMike Solomon <mike@apollinemike.com>
Wed, 12 Sep 2012 05:59:38 +0000 (07:59 +0200)
committerMike Solomon <mike@apollinemike.com>
Wed, 12 Sep 2012 05:59:38 +0000 (07:59 +0200)
commit0d4c79ec0f5d728ac7fe58b87ccf51079ec33766
treefcb3dc088197f83dd2bfc4d7a3755de170160e0c
parent316403d38136ceadaa8d4b69f696acb76daa2c00
Allows the user to override the text property of ChordName

Checks to see if the user has set text and, if so, does not call
set_property in the engraver.

Compares contents of markups to determine chord equality, allowing
successive overridden chords with the same markup content to be
identified as equal.
input/regression/chord-name-override-text.ly [new file with mode: 0644]
lily/chord-name-engraver.cc