lilypond-user
[Top][All Lists]
Advanced

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

italiano key signature


From: MING TSANG
Subject: italiano key signature
Date: Tue, 8 Apr 2014 19:23:43 -0700 (PDT)

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.

reply via email to

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