From fc834564bc9bfd1003bb4318423edb02d4a84370 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 22 Jun 2006 05:23:49 +0000 Subject: [PATCH] More fixes from Dave. --- Documentation/user/basic-notation.itely | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/Documentation/user/basic-notation.itely b/Documentation/user/basic-notation.itely index d667712e39..9c76e0554d 100644 --- a/Documentation/user/basic-notation.itely +++ b/Documentation/user/basic-notation.itely @@ -116,6 +116,18 @@ suffix; a natural pitch is shown as a simple note name a4 aes a2 @end lilypond +The input @code{d e f} is interpreted as ``print a D-natural, +E-natural, and an F-natural,'' regardless of the key +signature. For more information about the distinction between +musical content and the presentation of that content, see +@ref{More about pitches}. + +@lilypond[fragment,quote,ragged-right,verbatim,relative] +\key d \major +d e f g +d e fis g +@end lilypond + @commonprop @@ -202,7 +214,7 @@ file. The available language files and the note names they define are @c what about micro-tunes, double-sharps, and double-flats? add -@c more clumns to the table? +@c more columns to the table? @c Oh, and should this be made into a multitable? @cindex note names, other languages @example @@ -1335,7 +1347,13 @@ can be specified by setting this property directly. Accidentals and key signatures often confuse new users, because unaltered notes get natural signs depending on the key signature. For -more information, see @ref{More about pitches}. +more information, see @ref{Accidentals} or @ref{More about pitches}. + +@lilypond[quote,ragged-right,verbatim,relative=2,fragment] +\key g \major +f1 +fis +@end lilypond @commonprop -- 2.39.5