Re: Key signature shifted

2013-03-14 Thread Denis Bitouzé
Le jeudi 14/03/13 à 00h04,
Keith OHara k-ohara5...@oco.net a écrit :

 There is a bug report
 http://code.google.com/p/lilypond/issues/detail?id=448 proposing
 that LilyPond put the key signature and cancellation in one column,
 when there is only one of each, and also a suggestion to work around
 the problem with LilyPond as it is now.

Thanks for the info. I voted for this bug :)
-- 
Denis

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


Key signature shifted

2013-03-13 Thread Denis Bitouzé
Hello,

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? ;)

Thanks.
-- 
Denis

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


Re: Key signature shifted

2013-03-13 Thread David Kastrup
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


Re: Key signature shifted

2013-03-13 Thread Denis Bitouzé
Le mercredi 13/03/13 à 09h19,
David Kastrup d...@gnu.org a écrit :

 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.

In that cases, wow, nice and powerful!

But in my case (empty key after key cancellation), it looks
rather strange, isn't it?

Thanks!
-- 
Denis

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


Re: Key signature shifted

2013-03-13 Thread Keith OHara
Denis Bitouzé dbitouze at wanadoo.fr writes:

 In that cases, wow, nice and powerful!
 
 But in my case (empty key after key cancellation), it looks
 rather strange, isn't it?
 

There is a bug report http://code.google.com/p/lilypond/issues/detail?id=448
proposing that LilyPond put the key signature and cancellation in one column,
when there is only one of each, and also a suggestion to work around the problem
with LilyPond as it is now.


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