From 107bd5c19d803d8e0f790de7c520be874d73f4fa Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Wed, 14 May 2008 01:43:46 -0700 Subject: [PATCH] Policy update. --- Documentation/user/editorial.itely | 9 +++++---- Documentation/user/pitches.itely | 26 +++++++++++++------------- Documentation/user/writing-texinfo.txt | 3 ++- 3 files changed, 20 insertions(+), 18 deletions(-) diff --git a/Documentation/user/editorial.itely b/Documentation/user/editorial.itely index a012cec1b7..a2c8f01b72 100644 --- a/Documentation/user/editorial.itely +++ b/Documentation/user/editorial.itely @@ -92,7 +92,7 @@ c4.-> d8---3 Font size changes are achieved by scaling the design size that is closest to the desired size. The standard font size (for -@code{font-size = #0}) depends on the standard staff height. +@w{@code{font-size = #0}}) depends on the standard staff height. For a 20pt staff, a 10pt font is selected. The @code{font-size} property can only be set on layout objects @@ -448,9 +448,10 @@ notation. @cindex notation, explaining There are two music functions, @code{balloonGrobText} and -@code{balloonText}; the former is used like @code{\once \override} to -attach text to any grob, and the latter is used like @code{\tweak}, -typically within chords, to attach text to an individual note. +@code{balloonText}; the former is used like +@w{@code{\once \override}} to attach text to any grob, and the +latter is used like @code{\tweak}, typically within chords, to +attach text to an individual note. Balloon text normally influences note spacing, but this can be altered: diff --git a/Documentation/user/pitches.itely b/Documentation/user/pitches.itely index 9c8438642e..fcee02d376 100644 --- a/Documentation/user/pitches.itely +++ b/Documentation/user/pitches.itely @@ -366,9 +366,9 @@ any standard. There are predefined sets of note names for various other languages. To use them, include the language-specific init file. -For example, to use English notes names, add @code{\include -"english.ly"} to the top of the input file. The available -language files and the note names they define are: +For example, to use English notes names, add +@w{@code{\include "english.ly"}} to the top of the input file. +The available language files and the note names they define are: @cindex note names, other languages @cindex pitch names, other languages @@ -598,15 +598,15 @@ produced with: @end lilypond @noindent -Note that we specify @code{\key c \major} explicitly. If we do -not specify a key signature, the notes will be transposed but no -key signature will be printed. +Note that we specify @w{@code{\key c \major}} explicitly. If we +do not specify a key signature, the notes will be transposed but +no key signature will be printed. @code{\transpose} distinguishes between enharmonic pitches: both -@code{\transpose c cis} or @code{\transpose c des} will transpose -up a semitone. The first version will print sharps and the notes -will remain on the same scale step, the second version will print -flats on the scale step above. +@w{@code{\transpose c cis}} or @w{@code{\transpose c des}} will +transpose up a semitone. The first version will print sharps and +the notes will remain on the same scale step, the second version +will print flats on the scale step above. @lilypond[verbatim,quote] mus = \relative c' { c d e f } @@ -727,7 +727,7 @@ This section discusses how to alter the output of pitches. @cindex clef, varbaritone @cindex subbass clef, subbass -The clef is set with the @code{\clef} @var{clefname} command. +The clef is set with the @w{@code{\clef @var{clefname}}} command. Middle C is shown in every example. @lilypond[verbatim,quote,fragment,relative=1] @@ -1560,8 +1560,8 @@ musicB = { @cindex cautionary accidental style, piano @cindex piano cautionary accidental style -Same as @code{#(set-accidental-style 'piano)} but with the extra -accidentals typeset as cautionaries. +Same as @w{@code{#(set-accidental-style 'piano)}} but with the +extra accidentals typeset as cautionaries. @lilypond[quote] musicA = { diff --git a/Documentation/user/writing-texinfo.txt b/Documentation/user/writing-texinfo.txt index 497195a8cb..8f6387b5e1 100644 --- a/Documentation/user/writing-texinfo.txt +++ b/Documentation/user/writing-texinfo.txt @@ -211,7 +211,8 @@ commands. Do not compress vertically like this. @code{} - typeset in a tt-font. Use for actual lilypond code or - property/context names. + property/context names. If the name contains a space, wrap + the entire thing inside @w{@code{ }}. @notation{} - refers to pieces of notation, e.g. "@notation{cres.}". Also use to specific lyrics ("the @notation{A - men} is centered") -- 2.39.2