]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/command-request.cc
patch::: 1.5.17.jcn2
[lilypond.git] / lily / command-request.cc
index 51bb291202d72ee479ce4bd2fdb590da13a014af..13089e274377c011f99f4766cba8b2ddbf0fd760 100644 (file)
@@ -56,7 +56,7 @@ Key_change_req::transpose (Pitch p)
        }
     }
 
-  set_mus_property ("pitch-alist", newlist);
+  set_mus_property ("pitch-alist", gh_reverse (newlist));
 }