lilypond-user
[Top][All Lists]
Advanced

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

Re: lilyjazz?


From: Sharon Rosner
Subject: Re: lilyjazz?
Date: Tue, 14 Feb 2017 06:59:46 -0700 (MST)

You need to turn on usage of the jazz font like this:

\version "2.18.2"
\require "lilyjazz"

\layout {
  \context {
    \Score \jazzOn
  }
}

chordNames = \chordmode {   e1:maj7 ees:maj7 }
melody = \relative c'              {  e1          ees }

\score  {  
  <<
    \new ChordNames     { \chordNames  }
    \new Staff {  \melody }
    \new TabStaff {\melody}
  >>
}

Documentation for the lilyjazz package can be found here, together with a
couple of examples.

Sharon



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/lilyjazz-tp200044p200107.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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