lilypond-user
[Top][All Lists]
Advanced

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

Re: more Lead sheet with variables


From: Joseph Austin
Subject: Re: more Lead sheet with variables
Date: Tue, 23 Jan 2018 17:59:49 -0500

Follow-up questions:

2. Where do I set the language option to get error messages in English?
I'm running Mac Sierra 10.3.3

3. Thanks to all who pointed out the invalid "\" before "melody".
So I applied the same to chords and lyrics and got new errors:
===========================
\version "2.19.40"
harmony = { c2 g:sus4 f e }
melody =   \relative c'' {
    a4 e c8 e r4
    b2 c4( d)
  }
words = { One day this shall be free __ }

\score {
<<
  \chords \harmony
  \melody 
  \addlyrics \words
>>
\layout { }
}
======================= 
Procesando «/Users/josephaustin/lilypond/scripts/TEST/leadSheet22.ly»
Analizando...
/Users/josephaustin/lilypond/scripts/TEST/leadSheet22.ly:2:18: error:  Procesando «/Users/josephaustin/lilypond/scripts/TEST/leadSheet22.ly»
Analizando...
/Users/josephaustin/lilypond/scripts/TEST/leadSheet22.ly:2:18: error: cadena no reconocida, no está dentro de un elemento de texto o \lyricmode
harmony = { c2 g:
                 sus4 f e }
/Users/josephaustin/lilypond/scripts/TEST/leadSheet22.ly:7:11: error: cadena no reconocida, no está dentro de un elemento de texto o \lyricmode
words = { 
          One day this shall be free __ }
/Users/josephaustin/lilypond/scripts/TEST/leadSheet22.ly:7:15: error: cadena no reconocida, no está dentro de un elemento de texto o \lyricmode

more messages like above

/Users/josephaustin/lilypond/scripts/TEST/leadSheet22.ly:11:11: error: syntax error, unexpected MUSIC_IDENTIFIER, expecting \sequential or \simultaneous or << or '{'
  \chords 
          \harmony
/Users/josephaustin/lilypond/scripts/TEST/leadSheet22.ly:10:1: error: se han encontrado errores, se ignora la expresión musical

<<
/Users/josephaustin/lilypond/scripts/TEST/leadSheet22.ly:16:1: error: el código principal de entrada no ha finalizado

}
error fatal: archivos que han fallado: "/Users/josephaustin/lilypond/scripts/TEST/leadSheet22.ly"
  no está dentro de un elemento de texto o \lyricmode
harmony = { c2 g:
                 sus4 f e }
/Users/josephaustin/lilypond/scripts/TEST/leadSheet22.ly:7:11: error: cadena no reconocida, no está dentro de un elemento de texto o \lyricmode
words = { 
          One day this shall be free __ }
/Users/josephaustin/lilypond/scripts/TEST/leadSheet22.ly:7:15: error: cadena no reconocida, no está dentro de un elemento de texto o \lyricmode
words = { One 
              day this shall be free __ }
/Users/josephaustin/lilypond/scripts/TEST/leadSheet22.ly:7:19: error: cadena no reconocida, no está dentro de un elemento de texto o \lyricmode
words = { One day 
                  this shall be free __ }
/Users/josephaustin/lilypond/scripts/TEST/leadSheet22.ly:7:24: error: cadena no reconocida, no está dentro de un elemento de texto o \lyricmode
words = { One day this 
                       shall be free __ }
/Users/josephaustin/lilypond/scripts/TEST/leadSheet22.ly:7:30: error: cadena no reconocida, no está dentro de un elemento de texto o \lyricmode
words = { One day this shall 
                             be free __ }
/Users/josephaustin/lilypond/scripts/TEST/leadSheet22.ly:7:33: error: cadena no reconocida, no está dentro de un elemento de texto o \lyricmode
words = { One day this shall be 
                                free __ }
/Users/josephaustin/lilypond/scripts/TEST/leadSheet22.ly:11:11: error: syntax error, unexpected MUSIC_IDENTIFIER, expecting \sequential or \simultaneous or << or '{'
  \chords 
          \harmony
/Users/josephaustin/lilypond/scripts/TEST/leadSheet22.ly:10:1: error: se han encontrado errores, se ignora la expresión musical

<<
/Users/josephaustin/lilypond/scripts/TEST/leadSheet22.ly:16:1: error: el código principal de entrada no ha finalizado

}
error fatal: archivos que han fallado: "/Users/josephaustin/lilypond/scripts/TEST/leadSheet22.ly"



reply via email to

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