lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Ticket 1907 di


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Ticket 1907 discussion
Date: Tue, 02 Jan 2018 16:55:41 -0000

in file chord-name.scm there is this function:

(define (accidental->markup-italian alteration)
"Return accidental markup for ALTERATION, for use after an italian chord root name."
(if (= alteration 0)
(make-hspace-markup 0.2)
(make-line-markup
(list
(make-hspace-markup (if (= alteration FLAT) 0.57285385 0.5))
(make-raise-markup 0.7 (alteration->text-accidental-markup alteration))
(make-hspace-markup (if (= alteration SHARP) 0.2 0.1))
))))

and there lies the problem.

the raise of 0.7 is too much, and is not related to the font-size property, so if you set a small font-size, the sharp and flat sign will not be raised proportionally.

in my opinion even the space between the note name and the alteration is too much.

Here you can see much scores with italian chords taken from the web:

https://imgv2-2-f.scribdassets.com/img/document/183364018/original/98be31ff45/1509654208
http://i10.tinypic.com/5xew5dc.jpg
http://www.canzon.milan.it/spartiti/la%20ginetta%201.jpg
http://www.canzon.milan.it/spartiti/Ma%20mi.gif
http://www.canzon.milan.it/spartiti/Per%20quel%20vizi.gif
http://www.canzon.milan.it/spartiti/La%20ballada%20del%20pittor.gif
http://www.gianpierobruno.it/spartiti/Luna-Caprese-spartito-chitarra-canzoni-napoletane.jpg
https://www.musilosophy.it/wp-content/uploads/mengoni-spartito-ti-ho-voluto-bene-veramente.png

as you can see, the flat and sharp symbols are not raised


[issues:#1907] accidentals in chordNames have diffferent vertical alignment depending on language

Status: Accepted
Created: Tue Sep 20, 2011 01:41 PM UTC by Anonymous
Last Updated: Tue Jan 02, 2018 04:53 PM UTC
Owner: nobody
Attachments:

Originally created by: *anonymous

Originally created by: address@hidden

%accidental placement in chord names is different in different languages.

\chords { fis es }

\new ChordNames { \germanChords \chordmode { fis es } }

\new ChordNames { \italianChords \chordmode { fis es } }


Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Testlilyissues-auto mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

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