Hi, I think I've discovered a bug in 2.19.80.

When I change the key signature midway through a piece, the key of a transposed part is placed ahead of the key in the other parts. See the attached file if what I say makes no sense.

\version "2.19.80"

\score {
  <<
    \transpose bes c' \relative c' {
      \key g \minor
      c1
      \key c \major
      c
    }
    \relative c' {
      \key g \minor
      c1
      \key c \major
      c
    }
  >>
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to