lilypond-user
[Top][All Lists]
Advanced

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

lilyjazz


From: Christoph Friedrich
Subject: lilyjazz
Date: Sat, 26 Mar 2016 15:14:18 +0100

Good Morning

i am (like some others) also trying use lilyjazz with LP 2.19.32 and 
Frescobaldi on a Mac.  It seems to run and i am getting a result, but for some 
reasons the title /composer /piece and also the chord letters appear in a 
„normal“ font, not in lilyjazz-text. Did anybody have similar problem and could 
solve it?
Thank you very much 


this is what i wrote:

%-----------
\version "2.19.36"
\include "lilyjazz.ily"

%\paper { #(define fonts (set-global-fonts #:music "lilyjazz" #:brace 
"lilyjazz" #:roman "lilyjazz-text" #:sans "lilyjazz-chord" #:factor (/ 
staff-height pt 20) )) }

#(set-default-paper-size "a4" 'portrait)

\header {
        title = "lilyjazz test"
        composer = "Com Poser"
        piece = "Latin"
}

staffmelody = \new Staff {
        \set Staff.midiInstrument = #"acoustic grand"
        \set Staff.instrumentName = #""
                \time 4/4
                \tempo "" 2 = 90
                        \clef treble
                        \key ees \major
                        \relative c' {
r1 r r r  \repeat volta 2  {
c4 d e f g

}}}


harmonies = \chordmode {  \set majorSevenSymbol = \markup { maj7 }

ees1:7 s s s  \break
ees1:7 s s s  \break
}

\score {

        <<
                \new ChordNames { \set chordChanges = ##t \harmonies}
                \staffmelody
        >>

        \midi {
        }

  \layout {
  }
}

\paper {
}





reply via email to

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