bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: woodwind-diagram clarinet


From: Dmytro O. Redchuk
Subject: Re: woodwind-diagram clarinet
Date: Mon, 21 Feb 2011 14:59:00 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

On Sat 19 Feb 2011, 08:38 Markus Schnider wrote:
> Hallo
> 
> It was always a bad result because a beginner could be irritated by the wrong 
> key names. For each other instrument it could be correct, but for clarinets 
> the key names are wrong (I could only evaluate the names for saxophone).
> 
> The names were inherited from the oboe. (ees is wrong!)
> 
> I have also structured the names of the keys:
> 'low-': only for the lowest notes (not available a duodecim higher)
> 
> example:
> 
> wrong:
> e,4^\markup {
>   \woodwind-diagram
>     #'clarinet
>     #'((cc . (one two three four five six))
>        (lh . (thumb ))
>        (rh . (ees)))
> }_\markup e
> 
> correct
> e,4^\markup {
>   \woodwind-diagram
>     #'clarinet
>     #'((cc . (one two three four five six))
>        (lh . (thumb ))
>        (rh . (e)))
> }_\markup e

Sorry, both of them compile with this error:

%---------------------8<---------------------------
$ LANG=C lilypond --png test.ly 
GNU LilyPond 2.13.50
Processing `./test.ly'
Parsing...
././test.ly:4:0: error: syntax error, unexpected NOTENAME_PITCH

e,4^\markup {
././test.ly:10:1: error: syntax error, unexpected '_'
}
 _\markup e
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `test.ps'...
Converting to PNG...
error: failed files: "test.ly"
%---------------------8<---------------------------

Please, can you provide an example which compiles with no errors?

-- 
  Dmytro O. Redchuk
  Bug Squad



reply via email to

[Prev in Thread] Current Thread [Next in Thread]