lilypond-user
[Top][All Lists]
Advanced

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

RE: Anacrusis


From: Mark Stephen Mrotek
Subject: RE: Anacrusis
Date: Sat, 7 Sep 2013 22:02:27 -0700

Mr. Payne,

 

Perfect! Thank you. I assume that the “-5/16” means that the measure starts 5/16 before the end. Correct?

 

Mark

 

From: address@hidden [mailto:address@hidden On Behalf Of Nick Payne
Sent: Saturday, September 07, 2013 9:41 PM
To: address@hidden
Subject: Re: Anacrusis

 

On 08/09/13 13:28, Mark Stephen Mrotek wrote:

Hello:

 

A partial measure contains 1 and 1/16 beat. How is that notated in the command “\partial?”


Use Timing.measurePosition instead:

\version "2.17.25"

\relative c'' {
  \set Timing.measurePosition = #(ly:make-moment -5/16)
  c4 c16 |
  c1 c c
}


reply via email to

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