bug-lilypond
[Top][All Lists]
Advanced

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

Re: Keys won't display as text in saxophone diagram


From: Carl Sorensen
Subject: Re: Keys won't display as text in saxophone diagram
Date: Thu, 21 May 2020 23:46:13 +0000
User-agent: Microsoft-MacOutlook/10.10.14.200307

Valentin,

Thanks for the quick fix.  I was trying to fix it, but I'm not as fast as you.

If you attach the proper copy of scm/display-woodwind-diagrams.scm to an email, 
 I can give Antonio instructions about how to get the file into the proper 
place on his MacOS.

The instructions:

Browse (using finder) to the folder containing LilyPond.app
Right-click (or control-click) on LilyPond.app, and select "Show Contents"
Click on Resources
Click on Share
Click on lilypond
Click on 2.20.0
Click on scm
Drag the proper copy of display-woodwind-diagrams.scm into the scm/ folder.

This procedure is necessary because I don't think we've ever had a version 
without this typo.

HTH,

Carl



On 5/20/20, 5:42 PM, "Antonio Ortega Brook" <address@hidden> wrote:

Hello everyone. First of all I think maybe I misunderstood the instructions
for bug reporting and I've opened an issue in GitLab before posting to this
list and now I think that I might not be supposed to do that. I'm very
sorry for the inconvenience.
Anyway, I get the following error when trying to display key names in a
saxophone diagram:

/Applications/LilyPond.app/Contents/Resources/share/lilypond/current/scm/display-woodwind-diagrams.scm:1773:55:
Wrong type argument in position 2 (expecting list): #f
Exited with return code 1.

Example:

\version "2.20.0"

fingering = \markup \override #'(graphical . #f) {
\center-column {
\woodwind-diagram
#'saxophone
#'((cc . (one two four five six))
  (lh . (b))
  (rh . (ees)))
}
}

\score {
<a' aih''> ^\fingering
}

Attached is the expected result.
Best regards
-- 
Antonio


reply via email to

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