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 [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
