From 8649d2de87498ac4af9fc2ed0cbd887ffd30af52 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 23:11:06 +0000 Subject: [PATCH] lilypond-1.3.78 --- Documentation/user/mudela-book.tely | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Documentation/user/mudela-book.tely b/Documentation/user/mudela-book.tely index e9953bcbce..6c7bdacef2 100644 --- a/Documentation/user/mudela-book.tely +++ b/Documentation/user/mudela-book.tely @@ -163,9 +163,9 @@ eps graphics and include it into the document with the The code used look like this: @example -@mudela[eps] +@@mudela[eps] -@end mudela +@@end mudela @end example You can also use the @code{eps} option if the block is a complete @@ -178,12 +178,12 @@ mudela source. This 5 cm long empty line, @end mudela was created with this code: @example -@mudela[eps] -\score{ - \notes{s} - \paper{ linewidth = 5.\cm;} -} -@end mudela +@@mudela[eps] +\score@{ + \notes@{s@} + \paper@{ linewidth = 5.\cm;@} +@} +@@end mudela @end example To avoid that La@TeX{} places the music on a line of its one, there should @@ -199,9 +199,9 @@ included in the middle of the text, 11pt or 13pt is probably better. The code can look like this: @example -@mudela[13pt, eps] +@@mudela[13pt, eps] -@end mudela +@@end mudela @end example The following options set the fontsize: -- 2.39.5