]> git.donarmstrong.com Git - lilypond.git/commitdiff
(ChordNamesContext): set
authorhanwen <hanwen>
Thu, 6 Mar 2003 14:39:02 +0000 (14:39 +0000)
committerhanwen <hanwen>
Thu, 6 Mar 2003 14:39:02 +0000 (14:39 +0000)
minimumVerticalExtent

ChangeLog
NEWS
ly/engraver-init.ly

index cfe95d134e8164e97f5e718f42241854835558ca..b333e272b2888ff4d50905187f8887b34d7ecae7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * ly/engraver-init.ly (ChordNamesContext): set
+       minimumVerticalExtent
+
 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * input/test/time-signature-double.ly: new file 
diff --git a/NEWS b/NEWS
index cd0895eedcf5d6d0c87cc7cb3ff1dc111e7d1e0d..a5f3d58a316bd38b0392bcc0c6f5c5f174077437 100644 (file)
--- 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
 
index 23e0b06a6165843791b7d79cd81a667427d4ec4e..c56d271b6fe91c2b09971627d6f6043365c7cf6b 100644 (file)
@@ -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 
 }