Re: Possible Bug with \numericTimeSignature

2014-05-13 Thread David Kastrup
Keith OHara  writes:

> Joshua Nichols  gmail.com> writes:
>
>> global = {
>>   \key c \major
>>   \numericTimeSignature
>
> It is a bug, but you can fix this one yourself if you like.
>
> In 'property-init.ly' the definition is
> numericTimeSignature = \override Staff.TimeSignature.style = #'numbered
> but we want it to apply to the entire Score, not just one Staff.

I am skeptical regarding this claim since there are various kinds of
Staff.  For example, if you do

\new MensuralStaff {
 \key c \major
 \numericTimeSignature
 \time 4/4
}

for better or worse the expectation will be to have a numeric time
signature in the mensural staff.  An override at Score level will not
actually show any effect since MensuralStaff has a local override of its
own taking precedence.

-- 
David Kastrup

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


Re: Possible Bug with \numericTimeSignature

2014-05-12 Thread Urs Liska

Am 13.05.2014 04:56, schrieb Keith OHara:

Whenever you write a grace note in LilyPond, you need grace
n


Fortunately that's not _whenever_ but only in situations at events like 
time signature (changes).


Urs

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


Re: Possible Bug with \numericTimeSignature

2014-05-12 Thread Keith OHara
Joshua Nichols  gmail.com> writes:

> I've never experienced this before now...

Oops, I just realized you mean the grace-note bug.

Whenever you write a grace note in LilyPond, you need grace
notes or skips of the same duration in every other staff.

So here in the upper staff you need \grace {s8}


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


Re: Possible Bug with \numericTimeSignature

2014-05-12 Thread Keith OHara
Joshua Nichols  gmail.com> writes:

> global = {
>   \key c \major
>   \numericTimeSignature

It is a bug, but you can fix this one yourself if you like.

In 'property-init.ly' the definition is
numericTimeSignature = \override Staff.TimeSignature.style = #'numbered
but we want it to apply to the entire Score, not just one Staff.




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


Possible Bug with \numericTimeSignature

2014-05-12 Thread Joshua Nichols
I've never experienced this before now...

I go to use the following settings:

global = {

\key c \major

\numericTimeSignature

\time 4/4

\tempo 4=100

}


and I got the attached picture. I have no idea what I'm doing wrong, or if
this is a bug worth noting.
I was using absolute pitch mode. Thanks in advance.


Sincerely,

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