From: Graham Percival Date: Sat, 8 Jan 2005 22:18:59 +0000 (+0000) Subject: Minor additions and editing. X-Git-Tag: release/2.5.14~282 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ac7e5c34de7b5c4f6c8f05b8f2c4257741fea89c;p=lilypond.git Minor additions and editing. --- diff --git a/ChangeLog b/ChangeLog index 0e784c0b65..b87e3619e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-01-08 Graham Percival + + * Documentation/user/notation.itely: add info about + Staff.extraNatural = ##f in Pitches section. Also + fixed some minor issues in the Vocal music section. + 2005-01-08 Han-Wen Nienhuys * scm/output-ps.scm (white-text): comment out Helvetica font, @@ -57,6 +63,7 @@ * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20. +>>>>>>> 1.3039 2005-01-07 Jan Nieuwenhuizen * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf). diff --git a/Documentation/user/notation.itely b/Documentation/user/notation.itely index c0f670bace..9ca44ceeff 100644 --- a/Documentation/user/notation.itely +++ b/Documentation/user/notation.itely @@ -107,6 +107,17 @@ cis cisis @end lilypond +In accordance with standard typsetting rules, a natural sign is printed +before a sharp or flat if a previous accidental needs to be +cancelled. To change this behaviour, use +@code{\set Staff.extraNatural = ##f} + +@lilypond[fragment,quote,raggedright,verbatim,relative=2] +ceses4 ces cis c +\set Staff.extraNatural = ##f +ceses4 ces cis c +@end lilypond + There are predefined sets of note names for various other languages. To use them, include the language specific init file. For example: @code{\include "english.ly"}. The available language files @@ -3761,7 +3772,7 @@ More stanzas can be added by adding more The @code{\addlyrics} command is actually just a convienient way to write a more complicated LilyPond structure that sets up the -lyrics. You should use @code{\addlyrics} unless you need to +lyrics. You should use @code{\addlyrics} unless you need to do fancy things, in which case you should investigate @code{\lyricsto} or @code{\lyricmode}. @@ -3805,7 +3816,7 @@ is that a word can end with @code{@}}. The following example is usually a mistake in the input file. The syllable includes a @code{@}}, so the opening brace is not balanced @example -\lyricmode @{ twinkle @} +\lyricmode @{ twinkle@} @end example @cindex @code{\property}, in @code{\lyricmode} @@ -4327,9 +4338,12 @@ ambitus per staff rather than per each voice, add the rather than to the @internalsref{Voice} context. Here is an example, @lilypond[verbatim,raggedright,quote] -\new Staff << +\new Staff \with { + \consists "Ambitus_engraver" +} +<< \new Voice \with { - \consists "Ambitus_engraver" + \remove "Ambitus_engraver" } \relative c'' { \override Ambitus #'X-offset-callbacks = #(list (lambda (grob axis) -1.0)) @@ -4337,7 +4351,7 @@ rather than to the @internalsref{Voice} context. Here is an example, c4 a d e f2 } \new Voice \with { - \consists "Ambitus_engraver" + \remove "Ambitus_engraver" } \relative c' { \voiceTwo es4 f g as b2