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):

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

Reply via email to