Skip to content

motersen/jazzchords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jazzchords.scm

Jazz chord changes notation for lilypond

example

Commands

  • \jazzchord <chordsymbol> markup command: generate chord markup
  • \jazz <chordsymbol> scheme function: display chord as a mark at beginning of current measure
  • \jc <chordsymbol> <music> scheme function: display chord attached to music

How to use

To use the commands in your project, clone this repository or download jazzchords.scm and tell guile to load it by including

$(load "path/to/jazzchords.scm")

in your score. Have a look at example.ly for a complete example.