lilypond-user
[Top][All Lists]
Advanced

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

Re: markup for partial measures


From: Marc Mouries
Subject: Re: markup for partial measures
Date: Fri, 24 Jun 2011 12:56:00 -0400



On Fri, Jun 24, 2011 at 11:57 AM, Henning Hraban Ramm <address@hidden> wrote:
Greetings again,

since I mostly typeset folk songs, I need a lot of \partial measures (e.g. at the end or at repeats).

I can't understand why LilyPond since 2.13.xx throws warnings that \partial is only allowed at the beginning of a score.

The manual says, I should use a monster like "\set Timing.measurePosition = #(ly:make-moment -4)" instead of a simple "\partial 4".


I like you was initially surprised that \partial are only allowed at the beginning. However I found that this can be avoided by simply moving the repeat sign. Example: Usually fold songs are written like this:
\time 4/4  |:  a8  | ......   |  ... | a2.  :| where 2 partials are needed.
I workaround it by writing it like this
\time 4/4  |  a8  |: ......   |  ... | a2.  a8:| where 1 partial is needed and repeating the first note in the last measure.

-Marc

reply via email to

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