lilypond-user
[Top][All Lists]
Advanced

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

Re: lilyjazz


From: Blöchl Bernhard
Subject: Re: lilyjazz
Date: Sun, 27 Mar 2016 09:30:25 +0200
User-agent: Roundcube Webmail/0.9.5

I actually tried  the example code but it does not compile.
1. My ily-file is LilyJAZZ, not lilyjazz - is there a newer version available?
2. I get a Warning:
»(gs -q -dSAFER -dDEVICEWIDTHPOINTS=595.28 -dDEVICEHEIGHTPOINTS=841.89 -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -r1200 -sDEVICE=pdfwrite -sOutputFile=jazztest.pdf -c.setpdfwrite -f/tmp/lilypond-INH2ac)« gescheitert (256)
and no pdf.

Am 26.03.2016 15:14, schrieb Christoph Friedrich:
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 {
}



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



reply via email to

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