2013/8/20 Kris Van Bruwaene <kr...@yahoo.co.uk> > 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