lilypond-user
[Top][All Lists]
Advanced

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

Re: Lilypond and Jazz chords


From: Kieren MacMillan
Subject: Re: Lilypond and Jazz chords
Date: Sun, 17 Jan 2016 16:25:22 -0500

Hi Carl-Henrik,

Here’s a start for you.

Hope this helps!
Kieren.

%%%%  SNIPPET BEGINS
\version "2.19.35"
\language "english"

chordFlat = \markup \concat { \hspace #0.1 \raise #0.5 \fontsize #-1 \flat 
\hspace #0.2 }
chordSharp = \markup \concat { \hspace #0.1 \raise #0.5 \fontsize #-1 \sharp 
\hspace #0.2 }

jazzChords-markups = {
  <c e gs bf df' fs'>-\markup \concat { "7" "(" \raise #2 \fontsize #-5 
\center-column { \concat { \chordSharp "11" } \concat { \chordFlat "9" } 
\concat { \chordSharp "5" } } ")" }
}

jazzChords-add = #(append (sequential-music-to-chord-exceptions 
jazzChords-markups #t) ignatzekExceptions)

\layout { \context { \Score chordNameExceptions = #jazzChords-add } }

chords-test = \chordmode {
  d1
  d1:m
  d1:7
  d1:7.5+.11+.9-
}

\score {
  <<
    \new ChordNames \chords-test
    \new Staff \chords-test
  >>
}

%%%%  SNIPPET ENDS
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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