From: Han-Wen Nienhuys Date: Thu, 6 Mar 2003 14:39:02 +0000 (+0000) Subject: (ChordNamesContext): set X-Git-Tag: release/1.7.15~20 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=791f57c30c1d9a23f17df27cbf2fbf0bc9e3c349;p=lilypond.git (ChordNamesContext): set minimumVerticalExtent --- diff --git a/ChangeLog b/ChangeLog index cfe95d134e..b333e272b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-03-06 Han-Wen Nienhuys + + * ly/engraver-init.ly (ChordNamesContext): set + minimumVerticalExtent + 2003-03-05 Han-Wen Nienhuys * input/test/time-signature-double.ly: new file diff --git a/NEWS b/NEWS index cd0895eedc..a5f3d58a31 100644 --- a/NEWS +++ b/NEWS @@ -26,7 +26,7 @@ for a beamed slurred pair of eighth notes. *NOTE* In version 2.0, this syntax will be changed to - < PITCHES > for chords + < PITCHES > for chords and @@ -38,7 +38,7 @@ and ** XML music output. -** Friendly chord-name exception entry. +** Friendly chord-name exception entry. * OUTPUT diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly index 23e0b06a61..c56d271b6f 100644 --- a/ly/engraver-init.ly +++ b/ly/engraver-init.ly @@ -306,7 +306,7 @@ ChordNamesContext = \translator { \consists "New_chord_name_engraver" \consists "Skip_req_swallow_translator" \consistsend "Axis_group_engraver" - minimumVerticalExtent = ##f + minimumVerticalExtent = #'(0 . 2.5) extraVerticalExtent = ##f verticalExtent = ##f }