From 59d108d40817fdb15f5caa7fc0747d24600f3e9c Mon Sep 17 00:00:00 2001 From: hanwen Date: Sun, 28 Mar 2004 22:18:28 +0000 Subject: [PATCH] *** empty log message *** --- Documentation/user/notation.itely | 2 +- Documentation/user/tutorial.itely | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/Documentation/user/notation.itely b/Documentation/user/notation.itely index 800ef240b2..8c3d532164 100644 --- a/Documentation/user/notation.itely +++ b/Documentation/user/notation.itely @@ -3558,7 +3558,7 @@ This results in the following output: \score { \context ChoirStaff \notes \relative c' << - \new staff { + \new Staff { as'' c e2 cis,2 } \new Staff { diff --git a/Documentation/user/tutorial.itely b/Documentation/user/tutorial.itely index f1f6cb19e1..e3d567bc0e 100644 --- a/Documentation/user/tutorial.itely +++ b/Documentation/user/tutorial.itely @@ -24,17 +24,12 @@ program. This is also possible with LilyPond. If you click on a picture in the HTML version of this manual, you will see the exact LilyPond input that was used to generate that image. @ifhtml -For example, consider the following input: -@example - c'^\markup @{ \bold \huge @{ Click on this image! @} @} -@end example -@c @lily pond[relative=1,raggedright,with the following output:] -with the following output: -@lilypond[relative=1,raggedright] - c'^\markup { \bold \huge { Click on this image! } } +Try it on this image, +@lilypond[raggedright] + c''^\markup { \bold \huge { Click on this image! } } @end lilypond - @end ifhtml + By cutting and pasting the full input into a test file, you have a starting template for experiments. If you like learning in this way, you will probably want to print out or bookmark -- 2.39.5