Denis Bitouzé <dbito...@wanadoo.fr> writes:

> in the following MWE:
>
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> \version "2.16.2"
>
> music = { c c c c }
>
> musicA = \relative c'' {
>   \key c \major
>   \music
>   \key d \major
>   \music
> }
>
> musicB = \relative c'' {
>   \key g \minor
>   \music
>   \key c \major
>   \music
> }
>
> musicAPart = \new Staff \musicA
>
> musicBPart = \new Staff \musicB
>
> \musicAPart
>
> <<
>   \musicAPart
>   \musicBPart
>>>  
>
> \musicBPart
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>
> the key signature with 2 sharps in 2nd measure:
>
>   1. line 1, is located just after the preceding bar
>
>   2. line 3, is shifted to the right.
>
> Is it a bug or a feature? ;)

If you replace the c \major in musicB with d\major or g\major or
a\major, I think you'll see the point of this alignment choice.

-- 
David Kastrup


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to