lilypond-user
[Top][All Lists]
Advanced

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

Re: Key signature shifted


From: David Kastrup
Subject: Re: Key signature shifted
Date: Wed, 13 Mar 2013 09:19:48 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Denis Bitouzé <address@hidden> 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




reply via email to

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