lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Alla breve for time 2/1


From: Thomas Morley
Subject: Re: Alla breve for time 2/1
Date: Tue, 20 Aug 2013 21:24:01 +0200

2013/8/20 Kris Van Bruwaene <address@hidden>:
> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]