Hi, lilyponders:
I try "italiano" to transcribe a music score because the original is in numeric 
"do re mi". It works fine until I try to code chord names.  I got unrecongized 
string error.   But I change the language to "english", there is no error.
Question: what is the coding chordnames in language "italiano"? 
Thanks for the help,Ming


Starting lilypond-windows.exe 2.19.50 [Untitled]...Processing 
`c:/users/user/appdata/local/temp/frescobaldi-vujyan/tmpfqkpkp/document.ly'Parsing...c:/users/user/appdata/local/temp/frescobaldi-vujyan/tmpfqkpkp/document.ly:20:10:
 error: unrecognized string, not in text script or \lyricmode s4  b1:m b1:m c1 
g1 
%m00-04c:/users/user/appdata/local/temp/frescobaldi-vujyan/tmpfqkpkp/document.ly:20:12:
 error: syntax error, unexpected : s4 b1 :m b1:m c1 g1 
%m00-04c:/users/user/appdata/local/temp/frescobaldi-vujyan/tmpfqkpkp/document.ly:20:20:
 error: unrecognized string, not in text script or \lyricmode s4 b1:m  b1:m c1 
g1 
%m00-04c:/users/user/appdata/local/temp/frescobaldi-vujyan/tmpfqkpkp/document.ly:20:29:
 error: unrecognized string, not in text script or \lyricmode s4 b1:m b1:m  c1 
g1 
%m00-04c:/users/user/appdata/local/temp/frescobaldi-vujyan/tmpfqkpkp/document.ly:20:36:
 error: unrecognized string, not in text script or \lyricmode s4 b1:m b1:m c1  
g1 
%m00-04c:/users/user/appdata/local/temp/frescobaldi-vujyan/tmpfqkpkp/document.ly:24:3:
 error: errors found, ignoring music expression  \new ChordNames 
\chordNamesfatal error: failed files: 
"c:\\users\\user\\appdata\\local\\temp\\frescobaldi-vujyan\\tmpfqkpkp\\document.ly"Exited
 with return code 1.
\version "2.19.50"
\language "english"

chordNames = \chordmode {  
   
  s4     b1:m      b1:m     c1     g1     %m00-04
  
}
\score {
  \new ChordNames \chordNames
}



\version "2.19.50"
\language "italiano"

chordNames = \chordmode {  
   
  s4     b1:m      b1:m     c1     g1     %m00-04
  
}
\score {
  \new ChordNames \chordNames
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to