]> git.donarmstrong.com Git - lilypond.git/commitdiff
More compile fixes.
authorgpercival <gpercival>
Thu, 26 Jan 2006 03:58:49 +0000 (03:58 +0000)
committergpercival <gpercival>
Thu, 26 Jan 2006 03:58:49 +0000 (03:58 +0000)
Documentation/user/putting.itely

index 114a792e36e0d484128b6a6f74234f5a82c11ca2..a094a389b339eb29eafae8f7737ce15ba3898ce2 100644 (file)
@@ -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