Re: [frogs] Re: Doc - explaining layout dimensions |
[ Thread Index |
Date Index
| More lilynet.net/frogs Archives
]
- To: Valentin Villenave <v.villenave@xxxxxxxxx>
- Subject: Re: [frogs] Re: Doc - explaining layout dimensions
- From: Jonathan Kulp <jonlancekulp@xxxxxxxxx>
- Date: Sat, 28 Feb 2009 14:30:57 -0600
- Cc: frogs@xxxxxxxxxxx, Graham Percival <graham@xxxxxxxxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=yZVFiKT5rtxAItab6rcBYLhacz+yEzzkAGf425xc8MI=; b=aYQnS6vyOmPVqIC8V9qc8Ig1zgFNaI1YsFJOcpQTa0hmB/YgZ+NQCpSwY4ip2Je8dc WCe4+10GHqADh2ltezAkWlhuBX1f6XMUX8sQnktljTu9uGwug567TuksVaPnsh53QGkg 7l6OHTBp6o7zXpqiZRFoQuGd/P9k1pohVDjAg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=j91SDlK4DJU7gmwGRu8K2biFhoODwfW+ksMhuzimmMCT5v0BEcrPrMeV6SRZzewb5T wKGt1k4SS4zKDj+HIVZIeJdWvkAPcBmCqliupfi3PS7Ku2q+fnDVz82jYlDmcyJcMkRe VncHZgTCnugm6FBFwq4Er5QUUBeAfixUAemnQ=
I've made a patch to address the \book vs. \score problem below. Would one of you please check and apply? Thanks,
Jon
--
Jonathan Kulp
http://www.jonathankulp.com
From 3f7e08144773ec65c39caec97b07cd9d5f9c72b5 Mon Sep 17 00:00:00 2001
From: Jonathan Kulp <jonlancekulp@xxxxxxxxx>
Date: Sat, 28 Feb 2009 14:24:35 -0600
Subject: [PATCH] changed \book to \score in running.itely
---
Documentation/user/running.itely | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/user/running.itely b/Documentation/user/running.itely
index b0b9bff..ecae5f9 100644
--- a/Documentation/user/running.itely
+++ b/Documentation/user/running.itely
@@ -89,9 +89,9 @@ number. An input file containing
@example
#(define output-suffix "violin")
-\book @{ @dots{} @}
+\score @{ @dots{} @}
#(define output-suffix "cello")
-\book @{ @dots{} @}
+\score @{ @dots{} @}
@end example
@noindent
--
1.5.4.3