From: janneke <janneke>
Date: Thu, 18 Mar 2004 22:36:06 +0000 (+0000)
Subject: Mutopia tagline.
X-Git-Tag: release/2.1.36~91
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ec98b654f109a5b9165dcea122a791d1f5824deb;p=lilypond.git

Mutopia tagline.
---

diff --git a/ChangeLog b/ChangeLog
index 1ab1ae0cf2..116b46bfef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+	* input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
+
 	* lily/paper-book.cc: Remove cruft.
 	(output): Bugfix: put vfill between lines.
 	(pages): Bugfix: set page vars needed for filling.
diff --git a/input/mutopia/W.A.Mozart/mozart-hrn-3.ly b/input/mutopia/W.A.Mozart/mozart-hrn-3.ly
index ee04c99579..5855b13256 100644
--- a/input/mutopia/W.A.Mozart/mozart-hrn-3.ly
+++ b/input/mutopia/W.A.Mozart/mozart-hrn-3.ly
@@ -19,8 +19,22 @@
   source = "Edition Breitkopf 2563"
   footer = "Mutopia-2002/05/21-25"
 
-  tagline = "\\parbox{\hsize}{\\thefooter\\quad\\small This music is part of the Mutopia project, \\texttt{http://sca.uwaterloo.ca/Mutopia/}. It has been typeset and placed in the public domain by " + \maintainer + ". Unrestricted modification and redistribution is permitted and encouraged---copy this music and share it!}"
-
+  textagline = "\\parbox{\hsize}{\\thefooter\\quad\\small This music is part of the Mutopia project, \\texttt{http://sca.uwaterloo.ca/Mutopia/}. It has been typeset and placed in the public domain by " + \maintainer + ". Unrestricted modification and redistribution is permitted and encouraged---copy this music and share it!}"
+  
+  %% TODO: handle \footer, \head[er] properly
+  tagline = \markup { \smaller
+      \column <
+	   \fill-line < \footer "" >
+	   \fill-line < { "This music is part of the Mutopia project, "
+			  \typewriter { "http://sca.uwaterloo.ca/Mutopia/" }
+			  "." } >
+	   \fill-line < { "It has been typeset and placed in the public "
+			  "domain by "  \maintainer  "." } >
+	   \fill-line < { "Unrestricted modification and redistribution "
+			  "is permitted and encouraged---copy this music "
+			  "and share it!" } >
+	   >
+       }
 }
 %{