lilypond-user
[Top][All Lists]
Advanced

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

Re: lilyjazz?


From: Jacques Menu Muzhic
Subject: Re: lilyjazz?
Date: Wed, 3 May 2017 21:14:30 +0200

Hello,

With:

%%%%%%%%%%%

\version "2.19.55"

\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}
  >>
}

%%%%%%%%%%%

I get a message telling that \require is refused:

Starting lilypond 2.19.55 [Untitled (2)]...
Processing `/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6m0000gn/T/frescobaldi-a87j_7ge/tmpkrc2z032/document.ly'
Parsing...

\require "lilyjazz"
/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6m0000gn/T/frescobaldi-a87j_7ge/tmpkrc2z032/document.ly:3:19: error: syntax error, unexpected STRING, expecting '.' or '=' or ','
\require "lilyjazz
"
\Score
\jazzOn

}
melody = \relative
c' { e1 ees }
melody = \relative c
' { e1 ees }
melody = \relative c' {
e1 ees }
melody = \relative c' { e1
ees }
}

Interpreting music...
Preprocessing graphical objects...
Interpreting music...
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6m0000gn/T//lilypond-MKFHkK'...
Converting to `document.pdf'...
Deleting `/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6m0000gn/T//lilypond-MKFHkK'...
fatal error: failed files: "/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6m0000gn/T/frescobaldi-a87j_7ge/tmpkrc2z032/document.ly"
Exited with return code 1.

JM

Le 3 mai 2017 à 10:56, Pierre H <address@hidden> a écrit :

Hello Rob,

I had the same problem.
I solved it by replacing the font name "LilyJAZZText" in (the bottom of the)
file "jazzchord.ly" (or "jazzchord.ily") with the following:
"lilyjazz-chord".
Now, it works fine.

Regards,
Pierre



--
View this message in context: http://lilypond.1069038.n5.nabble.com/lilyjazz-tp200044p202866.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
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]