Mr. Payne,

 

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

 

Mark

 

From: lilypond-user-bounces+carsonmark=ca.rr....@gnu.org
[mailto:lilypond-user-bounces+carsonmark=ca.rr....@gnu.org] On Behalf Of
Nick Payne
Sent: Saturday, September 07, 2013 9:41 PM
To: lilypond-user@gnu.org
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 
}

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to