From fdd78aaf369ede565e76096345e93b6edce6ac3a Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 26 Jan 2006 03:58:49 +0000 Subject: [PATCH] More compile fixes. --- Documentation/user/putting.itely | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Documentation/user/putting.itely b/Documentation/user/putting.itely index 114a792e36..a094a389b3 100644 --- a/Documentation/user/putting.itely +++ b/Documentation/user/putting.itely @@ -10,6 +10,7 @@ how to solve common problems. * Extending the templates:: * Fixing overlapping notation:: * How LilyPond files work:: +* Score is a single musical expression:: * Troubleshooting (taking it all apart):: @end menu @@ -599,12 +600,12 @@ then comment out all of the bass music (but leave @code{\bass} in the @code{\score} uncommented. @example -bass = \relative c' { -%{ +bass = \relative c' @{ +%@{ c4 c c c d d d d -%} -} +%@} +@} @end example Now start slowly uncommenting more and more of the -- 2.39.5