[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue 548 in lilypond: \transposition produces different pitches depend
From: |
codesite-noreply |
Subject: |
Issue 548 in lilypond: \transposition produces different pitches depending on the notenames language |
Date: |
Sat, 05 Jan 2008 17:15:51 -0800 |
Issue 548: \transposition produces different pitches depending on the
notenames language
http://code.google.com/p/lilypond/issues/detail?id=548
New issue report by v.villenave:
%{
The only way to make this snippet work as expected
-- i.e. the two parts sound as a unison --
is to write it using default notenames.
If you uncomment the \include, Finnish notenames are used,
and you cannot obtain the same result: both "bb" and "heses",
which are the Finnish for "b-flat", result in a wrong transposition
(in the MIDI output you can hear a fis instead of a g, and therefore
there is no unison).
%}
\version "2.11.34"
%\include "suomi.ly"
\score{
<<
{ g'4 g'4 g'4 g'4 }
{
\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 {}
}
Issue attributes:
Status: Accepted
Owner: v.villenave
Labels: Type-Defect Priority-Medium
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
- Issue 548 in lilypond: \transposition produces different pitches depending on the notenames language,
codesite-noreply <=