From: Graham Percival Date: Mon, 25 Jan 2010 20:38:44 +0000 (+0000) Subject: Doc: bring consistency to LM \context{ indentation. X-Git-Tag: release/2.13.12-1~49 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=528543b4b1db36ea4136437fb427a6f08d989218;p=lilypond.git Doc: bring consistency to LM \context{ indentation. --- diff --git a/Documentation/learning/fundamental.itely b/Documentation/learning/fundamental.itely index 2779afa9e6..61157c1115 100644 --- a/Documentation/learning/fundamental.itely +++ b/Documentation/learning/fundamental.itely @@ -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 } }