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.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to