Patch attached. Jonathan
On Tue, Mar 10, 2009 at 4:07 AM, Trevor Daniels <[email protected]>wrote: > > LGTM. > > Fancy doing a patch, Jonathan? > > Trevor > > ----- Original Message ----- From: "Carl D. Sorensen" <[email protected]> > To: "Valentin Villenave" <[email protected]> > Cc: "David Kastrup" <[email protected]>; <[email protected]> > Sent: Sunday, March 08, 2009 7:58 PM > Subject: Re: Bug or feature? > > > > > > > On 3/8/09 11:13 AM, "Valentin Villenave" <[email protected]> wrote: > > 2009/3/8 Carl D. Sorensen <[email protected]>: >> >>> Please file a simple bug report. I have a potential solution in mind, and >>> hope to get it fixed in the next week or so. >>> >> >> Here you are: >> http://code.google.com/p/lilypond/issues/detail?id=763 >> >> I'd regard the \include thing as a bug too, but I'd need a more >> specific example. >> > > Lets call the \include thing a documentation bug. > > The solution is to change NR 1.1.1. Note names in other languages > > The current text is: > > There are predefined sets of note and accidental names for various other > languages. To use them, include the language-specific init file listed > below. For example, to use English notes names, add \include "english.ly" > to > the top of the input file. > > The proposed new text is: > > There are predefined sets of note and accidental names for various other > languages. To use them, include the language-specific init file listed > below. For example, to use English notes names, add \include "english.ly" > to > the input file. Because some other include files (such as > predefined-fretboards.ly) use default (Nederlands) note names, the > language > file should be \included after all other LilyPond distribution files. > > > Thanks, > > Carl > > > > _______________________________________________ > lilypond-devel mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/lilypond-devel > > -- Jonathan Kulp http://www.jonathankulp.com
From 6f938ad5f98290f220c13d7dbff0ab51dec5d92a Mon Sep 17 00:00:00 2001 From: Jonathan Kulp <[email protected]> Date: Tue, 10 Mar 2009 09:54:01 -0500 Subject: [PATCH] Docs: added line specifying language \include files go after other \include files --- Documentation/user/pitches.itely | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Documentation/user/pitches.itely b/Documentation/user/pitches.itely index 241f13d..514287d 100644 --- a/Documentation/user/pitches.itely +++ b/Documentation/user/pitches.itely @@ -406,10 +406,13 @@ any standard. There are predefined sets of note and accidental names for various other languages. To use them, include the language-specific init -file listed below. For example, to use English notes names, add -...@code{@w{\include "english.ly"}} to the top of the input file. - -The available language files and the note names they define are: +file listed below. For example, to use English note names, add +...@code{@w{\include "english.ly"}} to the input file. Because some +other include files (such as @co...@w{predefined-fretboards.ly}}) use +default (Nederlands) note names, the @code{\include} command for the +language file should be placed after all other LilyPond distribution +files. The available language files and the note names they define +are: @quotation @multitable {...@file{nederlands.ly}} {do re mi fa sol la sib si} -- 1.5.4.3
_______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
