Fix problem with transposition mangling the global key sig variable
commit7150295de0eae722cf43501b401560524bc2ff49
authorReinhold Kainhofer <reinhold@kainhofer.com>
Wed, 15 Oct 2008 16:05:03 +0000 (15 18:05 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Wed, 15 Oct 2008 16:05:03 +0000 (15 18:05 +0200)
tree8ed2a9971d66c8d8c9f5b90313cc830069003952
parent6f5473a1df72ea8d7bfb272145b4543ebaf9ed33
Fix problem with transposition mangling the global key sig variable

I need to create a deep copy of the key sig (and all similar variables) before
inserting it into the main music. Some functions like transposition explicitly
change the variables, so we can't simply use the global variable, which will
apply to ALL parts/voices/staves, but rather create a local copy for just
that one instrument.
orchestrallily.ly