Ich versuche zu verstehen, wie die Akkordnamen in Lilyjazz gesetzt werden. Ich vermute, das geschieht mit den Definitionen aus jazzchords.ily, aber ich verstehe es leider nicht.
Meine Fragen:
- Bei b:m7.5- wird die b5 mit Abstand hinter die 7 gesetzt. Geht das bündig?
- Bei e:7.9- wird die b9 in Klammern geschrieben, geht das auch ohne?
- Bei c:maj7 hätte ich lieber "maj" als nur das "M"
VG Oliver
Bildschirmfoto_20260212_083013.png
\version "2.24.0"
\include "jazzchords.ily"
\include "lilyjazz.ily"
%\include "jazzextras.ily"
\header {
title = "Title"
composer = "Composer"
tagline = "Tagline"
}
% ========================================
% MUSIC DEFINITIONS
% ========================================
% Chord progressions
harmonies = \chordmode {
c1:maj7 | b:m7.5- | e:7.9- | a:m7+ }
% Melody
melody = \relative c' {
\time 4/4
c4 d e f | g f e d | c d e f | g f e2 |
}
\book {
\bookOutputSuffix "LeadSheet"
\paper {
#(set-paper-size "a4")
top-margin = #15
left-margin = #15
right-margin = #15
bottom-margin = #15
}
\score {
<<
\new ChordNames {
\set chordChanges = ##t
\harmonies
}
\new Staff {
\new Voice = "vocals" <<
{ \melody }
>>
}
>>
\layout {
indent = #0
}
}
}
Bitte poste auch die include-Dateien:
- jazzchords.ily
- lilyjazz.ily
- jazzextras.ily
Sie gehören nicht zu core-LilyPond und es sind die verschiedensten Versionen davon im Umlauf...
Gruß,
Harm