lilypond-user
[Top][All Lists]
Advanced

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

Re: Problem with hemiola notation


From: Jim Long
Subject: Re: Problem with hemiola notation
Date: Mon, 16 Sep 2013 22:40:25 -0700
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue, Sep 17, 2013 at 07:31:15AM +0200, David Kastrup wrote:
> 
> I have not yet
> seen the trivial ugly correction for that yet

Hey, hey -- I resemble that remark!  Nice catch on using \skip,
though, instead of scaling s1 by the number of bars times the
time signature.

I should have included an elaboration in my previous post.  Try
the example using this definition of barLines:

barLines = {
        s1 * 1 * 3/4 % skip 1 measure of 3/4 time
        \repeat volta 2 {
                s1 * 1 * 3/4 % skip 1 measure of 3/4 time
                \bar ""      % then blank out the ensuing barline
                s1 * 1 * 3/4 % skip 1 measure of 3/4 time
        }
        s1 * 1 * 3/4 % skip 1 measure of 3/4 time
        \bar "|."    % and set a final barline
}


Jim



reply via email to

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