lilypond-user
[Top][All Lists]
Advanced

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

Re: Anacrusis


From: Nick Payne
Subject: Re: Anacrusis
Date: Sun, 08 Sep 2013 14:41:29 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8

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]