italiano key signature

2014-04-08 Thread MING TSANG
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


Re: italiano key signature

2014-04-08 Thread flup2
Hello,

If you change \maggiore to \major it will work. The italiano settings goes
about notes names, but commands like \major, \minor etc. remain the same.

Philippe



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/italiano-key-signature-tp161408p161409.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