]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: bring consistency to LM \context{ indentation.
authorGraham Percival <graham@percival-music.ca>
Mon, 25 Jan 2010 20:38:44 +0000 (20:38 +0000)
committerGraham Percival <graham@percival-music.ca>
Mon, 25 Jan 2010 20:38:44 +0000 (20:38 +0000)
Documentation/learning/fundamental.itely

index 2779afa9e6992a2a5262ab408c80470b1aad686b..61157c1115a077b239c6388f15ab2649c7821d0a 100644 (file)
@@ -2105,8 +2105,7 @@ throughout the @code{\score} or @code{\book} block in which the
     }
   }
   \layout {
-    \context {
-      \Staff
+    \context { \Staff
       extraNatural = ##t
     }
   }
@@ -2262,8 +2261,7 @@ staff in a four-staff score, we could write
     >>
   >>
   \layout {
-    \context {
-      \Staff
+    \context { \Staff
       \consists Ambitus_engraver
     }
   }