lilypond-user
[Top][All Lists]
Advanced

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

Re: Time signature differs from measure length


From: Noeck
Subject: Re: Time signature differs from measure length
Date: Sat, 11 Oct 2014 00:29:09 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2

Hi Simon,

> \time 2/2
> \set Timing.measure-length = #(ly:make-moment 4 2) 

thanks for this code. I like this solution best. To be precise it is
measureLength instead of measure-length:

\version "2.18.2"
{
  \time 2/2
  \set Timing.measureLength = #(ly:make-moment 4 2)
  b2 b b b
}

And thanks for the lesson on alla breve. I also wondered what the reason
for this notation is. It's clearer now.

Cheers,
Joram



reply via email to

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