From: Trevor Daniels Date: Thu, 26 Feb 2009 09:27:19 +0000 (+0000) Subject: Docs: LM App 5.1: typo X-Git-Tag: release/2.13.0-0~5^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8f0d6502e8e829caf34813fcaded77f9c60bc4d7;p=lilypond.git Docs: LM App 5.1: typo --- diff --git a/input/lsr/orchestra-choir-and-piano-template.ly b/input/lsr/orchestra-choir-and-piano-template.ly index 439da47a91..5c41e39593 100644 --- a/input/lsr/orchestra-choir-and-piano-template.ly +++ b/input/lsr/orchestra-choir-and-piano-template.ly @@ -6,10 +6,11 @@ texidoc = " This template demonstrates the use of nested @code{StaffGroup} and @code{GrandStaff} contexts to sub-group instruments of the same -type together, and the use of @code{\transpose} for transposing +type together, and the use of @code{\\transpose} for transposing instruments. All music in variables is stored in C. Music may be entered in C or, alternatively, entered in the instrument key and -transposed to C (see trumpet) before being assigned to a variable. +transposed to C (see trumpet for an example) before being assigned +to a variable. " doctitle = "Orchestra, choir and piano template" } % begin verbatim diff --git a/input/new/orchestra-choir-and-piano-template.ly b/input/new/orchestra-choir-and-piano-template.ly index b718c5f40e..83da4208d4 100644 --- a/input/new/orchestra-choir-and-piano-template.ly +++ b/input/new/orchestra-choir-and-piano-template.ly @@ -4,10 +4,11 @@ texidoc = " This template demonstrates the use of nested @code{StaffGroup} and @code{GrandStaff} contexts to sub-group instruments of the same -type together, and the use of @code{\transpose} for transposing +type together, and the use of @code{\\transpose} for transposing instruments. All music in variables is stored in C. Music may be entered in C or, alternatively, entered in the instrument key and -transposed to C (see trumpet) before being assigned to a variable. +transposed to C (see trumpet for an example) before being assigned +to a variable. " doctitle = "Orchestra, choir and piano template" }