[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
\transposition bug - pitch names in other languages
From: |
Risto Vääräniemi |
Subject: |
\transposition bug - pitch names in other languages |
Date: |
Sat, 5 Jan 2008 13:20:26 -0800 (PST) |
Dear All,
I was writing a piece of score with transposed instruments and found out
that the \transposition command does not work in all cases. With B-flat
instruments it expects a parameter "bes" which is not present in Finnish
language file "suomi.ly". In Finnish you use either "bb" or "heses" for
b-flat.
The example below shows the effects. If you comment out the \include line
and use the "bes" option you get a unison sound. If you use either "bb" or
"heses" with the \include you get some exotic tunes. :-)
-Risto
%%%%%% Begin %%%%%%
\version "2.11.34"
\include "suomi.ly"
\score
{
\new GrandStaff <<
\new Staff {
g'4 g'4 g'4 g'4
}
\new Staff {
\key d \major
%\transposition bes % standard b-flat
\transposition bb % b-flat in Finnish
%\transposition heses % alternative b-flat in Finnish
a'4 a'4 a'4 a'4
}
>>
\layout {}
\midi {}
}
%%%%%%% END %%%%%%%
--
View this message in context:
http://www.nabble.com/%5Ctransposition-bug---pitch-names-in-other-languages-tp14639047p14639047.html
Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com.
- \transposition bug - pitch names in other languages,
Risto Vääräniemi <=