From 604a6d6f0c3b49994286170673eed50754180c9d Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 01:00:58 +0000 Subject: [PATCH] lilypond-1.3.147 --- mutopia/F.Schubert/standchen.ly | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/mutopia/F.Schubert/standchen.ly b/mutopia/F.Schubert/standchen.ly index a726f6b9ba..f008fdef15 100644 --- a/mutopia/F.Schubert/standchen.ly +++ b/mutopia/F.Schubert/standchen.ly @@ -29,7 +29,7 @@ instrument = "Piano" copyright = "Public Domain" maintainer = "Jan Nieuwenhuizen" - maintainer_email = "janneke@gnu.org" + maintainerEmail = "janneke@gnu.org" lastupdated = "2001/Mar/26" mutopiapublicdomain = "\\parbox{\hsize}{\\thefooter\\quad\\small \\\\This music is part of the Mutopia project, @@ -431,7 +431,18 @@ grandStaff = \context PianoStaff < \grandStaff > \paper { - \translator { \HaraKiriStaffContext } + \translator { + \HaraKiriStaffContext + %VerticalExtent = #'(0 . 0) + %MinimumVerticalExtent = #'(0 . 0) + %StaffMinimumVerticalExtent = #'(0 . 0) + } + \translator { + \LyricsContext + VerticalExtent = #'(1.2 . 1.2) + MinimumVerticalExtent = #'(0 . 0) + StaffMinimumVerticalExtent = #'(1.2 . 1.2) + } } \midi{ \tempo 4 = 54 -- 2.39.5