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: Antonio Ortega Brook
Subject: Re: Keys won't display as text in saxophone diagram
Date: Fri, 22 May 2020 00:18:26 -0300

This would be the desired output

On Thu, 21 May 2020 at 22:46, Carl Sorensen <address@hidden> wrote:

> What is the desired output?
>
>
>
> Carl
>
>
>
> *From: *Antonio Ortega Brook <address@hidden>
> *Date: *Thursday, May 21, 2020 at 7:13 PM
> *To: *Carl Sorensen <address@hidden>
> *Cc: *"address@hidden" <address@hidden>, Valentin Villenave <
> address@hidden>, Valentin Villenave <address@hidden>
> *Subject: *Re: Keys won't display as text in saxophone diagram
>
>
>
> Oh, don't worry, I've already edited the file (just took a look at
> Valentin's merge request to see what was changed).
>
> After fixing this a new issue came up: in text mode, the octave key is
> displayed as a misaligned circle, instead of a T letter.
>
> I paste the code below an attach the output.
>
> Cheers
>
>
>
> \version "2.20.0"
>
>
>
> fingering = \markup \override #'(graphical . #f) {
>
> \center-column {
>
> \woodwind-diagram
>
> #'saxophone
>
> #'((cc . (one two three five))
>
>   (lh . (T bes))
>
>   (rh . ()))
>
> }
>
> }
>
>
>
> \score {
>
> <g' fis''> ^\fingering
>
> }
>
>
>
> On Thu, 21 May 2020 at 20:46, Carl Sorensen <address@hidden> wrote:
>
> 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
>
>
>
>
> --
>
> Antonio Ortega Brook
>


-- 
Antonio Ortega Brook

Attachment: dessiredOutput.png
Description: PNG image


reply via email to

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