lilypond-user
[Top][All Lists]
Advanced

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

Re: Problems with LilyJAZZ.ily


From: Jim Long
Subject: Re: Problems with LilyJAZZ.ily
Date: Tue, 8 Oct 2013 15:41:13 -0700
User-agent: Mutt/1.5.21 (2010-09-15)

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



reply via email to

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