bug-lilypond
[Top][All Lists]
Advanced

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

MIDI instrumentTransposition does not transpose key signature


From: Dan Eble
Subject: MIDI instrumentTransposition does not transpose key signature
Date: Fri, 12 Jan 2018 22:17:10 -0500

%% The MIDI output should have key signature of C major, but instead
%% has the key signature of D major.

\version "2.19.80" % the version I'm using
\language "english"

soundingPitch = bf

\score {
  \new Staff \with {
    instrumentTransposition = \soundingPitch
  } <<
    \transpose \soundingPitch c' \fixed c' { \key c \major c e g c' }
  >>

  \layout { }
  \midi { }
}




reply via email to

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