I code the following .ly and got error - unknown string.
How to code key signature in language "italiano"?
Emmanuel,
Ming

\version "2.19.4"
\language "italiano"
\header {
title = "test"
}
global = {
\key re  \maggiore 
\time 4/4
\tempo 4=66
}

Starting lilypond-windows.exe 2.19.4 [test_italiano.ly]...
Processing `C:/Users/Tsang/Dropbox/sample_lily-code/test_italiano.ly'
Parsing...
C:/Users/Tsang/Dropbox/sample_lily-code/test_italiano.ly:9:12: error: unknown 
escaped string: `\maggiore'
\key re 
\maggiore 
C:/Users/Tsang/Dropbox/LilyPond/usr/share/lilypond/current/ly/music-functions-init.ly:585:11:
 In procedure ly:music-transpose in expression (ly:music-transpose (make-music 
# # ...) tonic):
C:/Users/Tsang/Dropbox/LilyPond/usr/share/lilypond/current/ly/music-functions-init.ly:585:11:
 Wrong type (expecting pair): maggiore
Exited with return code 1.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to