]> git.donarmstrong.com Git - lilypond.git/commitdiff
Policy update.
authorGraham Percival <graham@percival-music.ca>
Wed, 14 May 2008 08:43:46 +0000 (01:43 -0700)
committerGraham Percival <graham@percival-music.ca>
Wed, 14 May 2008 08:43:46 +0000 (01:43 -0700)
Documentation/user/editorial.itely
Documentation/user/pitches.itely
Documentation/user/writing-texinfo.txt

index a012cec1b7ecbcf0b698c43242970d19a2bea901..a2c8f01b72157ec02bfc5e4808a8970fe5e90a28 100644 (file)
@@ -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:
index 9c8438642e6db020a1acfddeccddc8205f1fd123..fcee02d3763cef38755e9b5fe81c42c149e67132 100644 (file)
@@ -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 = {
index 497195a8cb95414938993b8458db36b84f979fef..8f6387b5e10526ebb1579e07ae416c60e5d5132f 100644 (file)
@@ -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")