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...
/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6m0000gn/T/frescobaldi-a87j_7ge/tmpkrc2z032/document.ly:3:1
 <applewebdata://D328336D-E472-45FC-A606-698DC2106A22/0>: error: unknown 
escaped string: `\require'

\require "lilyjazz"
/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6m0000gn/T/frescobaldi-a87j_7ge/tmpkrc2z032/document.ly:3:19
 <applewebdata://D328336D-E472-45FC-A606-698DC2106A22/1>: error: syntax error, 
unexpected STRING, expecting '.' or '=' or ','
\require "lilyjazz
"
/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6m0000gn/T/frescobaldi-a87j_7ge/tmpkrc2z032/document.ly:7:12
 <applewebdata://D328336D-E472-45FC-A606-698DC2106A22/2>: error: unknown 
escaped string: `\jazzOn'
\Score
\jazzOn
/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6m0000gn/T/frescobaldi-a87j_7ge/tmpkrc2z032/document.ly:8:3
 <applewebdata://D328336D-E472-45FC-A606-698DC2106A22/3>: error: syntax error, 
unexpected '}', expecting '='
}
/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6m0000gn/T/frescobaldi-a87j_7ge/tmpkrc2z032/document.ly:12:20
 <applewebdata://D328336D-E472-45FC-A606-698DC2106A22/4>: error: wrong type for 
argument 2. Expecting music, found "c"
melody = \relative
c' { e1 ees }
/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6m0000gn/T/frescobaldi-a87j_7ge/tmpkrc2z032/document.ly:12:21
 <applewebdata://D328336D-E472-45FC-A606-698DC2106A22/5>: error: syntax error, 
unexpected '''
melody = \relative c
' { e1 ees }
/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6m0000gn/T/frescobaldi-a87j_7ge/tmpkrc2z032/document.ly:12:39
 <applewebdata://D328336D-E472-45FC-A606-698DC2106A22/6>: error: unrecognized 
string, not in text script or \lyricmode
melody = \relative c' {
e1 ees }
/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6m0000gn/T/frescobaldi-a87j_7ge/tmpkrc2z032/document.ly:12:51
 <applewebdata://D328336D-E472-45FC-A606-698DC2106A22/7>: error: unrecognized 
string, not in text script or \lyricmode
melody = \relative c' { e1
ees }
/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6m0000gn/T/frescobaldi-a87j_7ge/tmpkrc2z032/document.ly:20:2
 <applewebdata://D328336D-E472-45FC-A606-698DC2106A22/8>: error: Unfinished 
main input
}
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 <ala...@hotmail.fr> 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
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user

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

Reply via email to