lilypond-user
[Top][All Lists]
Advanced

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

Re: Faking a time signature


From: Malte Meyn
Subject: Re: Faking a time signature
Date: Sun, 15 Jan 2017 23:18:11 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1

Am 15.01.2017 um 22:00 schrieb Menu Jacques:
> Hello,
> 
> Going on with my Gabrieli example, there is a time change to 3/2, and I
> can’t get rid of the warning message on the first R1*3/2.
> 
> Thanks again for your help!
> 
> JM

You can adjust the measureLength for this last, shorter measure in 4/2.
You won’t need \partial then.

  \set Score.measureLength = #(ly:make-moment 1/1)
  g,1 \fermata
  \bar "||"
  \time 3/2
  R1*3/2

Of course you don’t need to set timeSignatureFraction in 3/2 time
because \time 3/2 does that for you ;)



reply via email to

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