From 8581aba54d5b30be9ef3de2e4e264dee35ca6f95 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Mon, 30 Oct 2006 16:48:33 +0000 Subject: [PATCH] git foo --- ChangeLog | 4 ++++ buildscripts/git-update-changelog.py | 2 +- input/test/vertical-extent.ly | 16 +++++++++++++--- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3f12ea0778..cf6adcfaf4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-10-30 Jan Nieuwenhuizen + + * Hand-force git changes to commit. Where is my changelog? + 2006-10-29 Han-Wen Nienhuys * buildscripts/git-update-changelog.py (main): write .msg and cvs diff --git a/buildscripts/git-update-changelog.py b/buildscripts/git-update-changelog.py index d1492cf5d8..15c35e9c31 100644 --- a/buildscripts/git-update-changelog.py +++ b/buildscripts/git-update-changelog.py @@ -100,7 +100,7 @@ def header (commit): return '%d-%02d-%02d %s <%s>\n' % (commit.date[:3] + (commit.name, commit.email)) def changelog_body (commit): - + s = '' s += ''.join ('\n* %s: ' % f for f in commit.touched_files()) s += '\n' + commit.message diff --git a/input/test/vertical-extent.ly b/input/test/vertical-extent.ly index a56738e0fa..1d8aa9d366 100644 --- a/input/test/vertical-extent.ly +++ b/input/test/vertical-extent.ly @@ -1,5 +1,7 @@ \version "2.7.39" % TODO: huh? what's this file about? -gp +% This file shows that Staffs can get a very deep or high; there is a lot +% of room between the staffs. \header { texidoc = " Vertical extents may increased by setting @code{\override VerticalAxisGroup #'minimum-Y-extent}, @@ -10,14 +12,22 @@ Vertical extents may increased by setting @code{\override VerticalAxisGroup #'mi \score { << \new Staff { - \set Staff.VerticalAxisGroup = #'(-15.0 . 0.0) + \override Staff.VerticalAxisGroup #'Y-extent = #'(-15.0 . 0.0) + \clef alto + a1^"15-deep staff" + } + \new Staff { + \clef alto + b1 + } + \new Staff { \clef alto c1 } \new Staff { - \set Staff.VerticalAxisGroup = #'(-0.0 . 15.0) \clef alto - g1 + \override Staff.VerticalAxisGroup #'Y-extent = #'(-0.0 . 10.0) + d1^"10-high staff" } >> \layout{ -- 2.39.5