From cf0bc0085efde80156865756ecbc5fd5208f74af Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sun, 23 Jun 2002 11:55:52 +0000 Subject: [PATCH] * Documentation/user/tutorial.itely (First steps): Add missing quotation. * Documentation/topdocs/INSTALL.texi (Top): Add some warnings about guile --with-threads. Hopefully this issue can be resolved rsn, but maybe we should even add warnings for the standard Debian and Red Hat packages? --- ChangeLog | 3 +++ Documentation/topdocs/INSTALL.texi | 5 +++-- Documentation/user/tutorial.itely | 12 +++++++----- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index a820d5a90f..892730bed7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-06-23 Jan Nieuwenhuizen + * Documentation/user/tutorial.itely (First steps): Add missing + quotation. + * Documentation/topdocs/INSTALL.texi (Top): Add some warnings about guile --with-threads. Hopefully this issue can be resolved rsn, but maybe we should even add warnings for the standard Debian diff --git a/Documentation/topdocs/INSTALL.texi b/Documentation/topdocs/INSTALL.texi index bbed71b4e0..1384f8589a 100644 --- a/Documentation/topdocs/INSTALL.texi +++ b/Documentation/topdocs/INSTALL.texi @@ -210,10 +210,11 @@ following software @itemize @bullet @item @TeX{}. @item Xdvi and Ghostscript -@item GUILE 1.4, or newer, --without-threads. Check out -@uref{http://www.gnu.org/software/guile.html,the GUILE webpage} +@item GUILE 1.4, or newer, --without-threads. Using guile, ./configure'd --with-threads may give nasty memory corruption errors on large scores. +Check out +@uref{http://www.gnu.org/software/guile.html,the GUILE webpage} @end itemize For running LilyPond successfully you have to help @TeX{} and MetaFont find diff --git a/Documentation/user/tutorial.itely b/Documentation/user/tutorial.itely index 06c421da84..1313f8bc1d 100644 --- a/Documentation/user/tutorial.itely +++ b/Documentation/user/tutorial.itely @@ -44,10 +44,10 @@ complex examples. @c @node Music language of LilyPond @c @section Music language of LilyPond -In this section, we show how can make small, very simple examples in -LilyPond. If you have not seen LilyPond input files before, this -section is for you. The contents of this section are summarized in the -Cheat Sheet (See @ref{Cheat sheet}). +In this section, we show how to make small, very simple pieces of +music in LilyPond. If you have not seen LilyPond input files before, +this section is for you. The contents of this section are summarized +in the Cheat Sheet (See @ref{Cheat sheet}). You get a simple note by typing its note name, from @code{a} through @code{g}. So if you enter @@ -55,7 +55,9 @@ You get a simple note by typing its note name, from @code{a} through @example c d e f g a b @end example -then the result looks like this: +@end quotation +then the result looks like this: +@quotation @lilypond[fragment] \property Score.timing = ##f \property Staff.TimeSignature = \turnOff -- 2.39.5