alla breve for time 2/1

2013-08-20 Thread Kris Van Bruwaene
I want to use an alla breve or barred C for time 2/1. I found this 
snippet on a previous post:

\set Staff.timeSignatureFraction = #'(2. 2)
but when I try it it gives an error in my Lily version (2.16.1):
waarschuwing: type controle gefaald voor `timeSignatureFraction'; waarde 
`(2.0 2)' moet type hebben: `fraction, as pair'

??

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


Alla breve for time 2/1

2013-08-20 Thread bruzzel
I want to use an alla breve or barred C for time 2/1. I found this snippet on
a previous post:
\set Staff.timeSignatureFraction = #'(2. 2)
but when I try it it gives an error in my Lily version (2.16.1):
waarschuwing: type controle gefaald voor `timeSignatureFraction'; waarde
`(2.0 2)' moet type hebben: `fraction, as pair'
??





--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Alla-breve-for-time-2-1-tp149542.html
Sent from the User mailing list archive at Nabble.com.

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


Re: Alla breve for time 2/1

2013-08-20 Thread David Kastrup
Thomas Morley  writes:

> 2013/8/20 Kris Van Bruwaene :
>> I want to use an alla breve or barred C for time 2/1. I found this snippet
>> on a previous post:
>> \set Staff.timeSignatureFraction = #'(2. 2)
>> but when I try it it gives an error in my Lily version (2.16.1):
>
> Hi,
>
> there's a missing space, use
> \set Staff.timeSignatureFraction = #'(2 . 2)
> or
> \set Staff.timeSignatureFraction = #(cons 2  2)

Actually,

\set Staff.timeSignatureFraction = 2/2

seems harder to get wrong by accident.


-- 
David Kastrup


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


Re: Alla breve for time 2/1

2013-08-20 Thread Pierre Perol-Schneider
2013/8/20 Kris Van Bruwaene 

> I want to use an alla breve or barred C for time 2/1. I found this snippet
> on a previous post:
> \set Staff.timeSignatureFraction = #'(2. 2)
> but when I try it it gives an error in my Lily version (2.16.1):
> waarschuwing: type controle gefaald voor `timeSignatureFraction'; waarde
> `(2.0 2)' moet type hebben: `fraction, as pair'
>

Be carefull with spaces within pairs :

\version "2.16.1"

\relative c'' {
  \time 2/1
  \set Staff.timeSignatureFraction = #'(2 . 2) % !!! (2. 2) will generate
warnings. !!!
  a1 a |
}

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


Re: Alla breve for time 2/1

2013-08-20 Thread Thomas Morley
2013/8/20 Kris Van Bruwaene :
> I want to use an alla breve or barred C for time 2/1. I found this snippet
> on a previous post:
> \set Staff.timeSignatureFraction = #'(2. 2)
> but when I try it it gives an error in my Lily version (2.16.1):

Hi,

there's a missing space, use
\set Staff.timeSignatureFraction = #'(2 . 2)
or
\set Staff.timeSignatureFraction = #(cons 2  2)

HTH,
  Harm

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


Alla breve for time 2/1

2013-08-20 Thread Kris Van Bruwaene
I want to use an alla breve or barred C for time 2/1. I found this snippet on a 
previous post: 
\set Staff.timeSignatureFraction = #'(2. 2) 
but when I try it it gives an error in my Lily version (2.16.1): 
waarschuwing: type controle gefaald voor `timeSignatureFraction'; waarde `(2.0 
2)' moet type hebben: `fraction, as pair' 
?? ___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user