On Tue, Oct 08, 2013 at 09:46:45PM +0000, Steve Noland wrote:
> 
> An additional question: can someone provide a snippet that shows how the 
> LilyJAZZ fonts do with jazz chordnames?
\version "2.17.26"

\include "LilyJAZZ.ily"

globalMusic = {
  \time 4/4
  \key a \minor
} % globalMusic

harmonies = \new ChordNames \with {

  chordChanges = ##t
  \override ChordName #'font-size = #0
  \override ChordName #'font-name = #"lilyjazzchord"

} \chordmode {

  a1:m7 | b2:m7.5- e:7.9+
  a1:m7 | b2:m7.5- e:7.9+

} % harmonies

melody = \relative e'' {
  \jazzOn
  e8 d c b d c b a
  b a gis f gis f gis b
  a4
  \improvisationOn
  \override Stem.stencil = ##f
     b4 b4 b4
  b4 b4 b4 b4
  \revert Stem.stencil
  \improvisationOff
  \jazzOff
} % melody

\score {
  <<
    { \harmonies }
    { \globalMusic \melody }
  >>
} % score

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

Reply via email to