bug-lilypond
[Top][All Lists]
Advanced

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

Re: Problem with unfoldRepeats and tremolos


From: Mats Bengtsson
Subject: Re: Problem with unfoldRepeats and tremolos
Date: Tue, 03 Apr 2007 21:20:03 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20061113 Debian/1.7.8-1sarge8

If you first try your example without \unfoldrepeats and
look at all the warning messages that are created in the
.log file, then you will figure out that you don't use
\repeat tremolo the intended way.

If you want a single note with tremolo lines, then you should
use the
c1:32 syntax
whereas \repeat tremolo should be used for tremolo chords,
i.e. for constructs of the form
\repeat "tremolo" 4 { c'8 d' }

The following version of your example works as expected
both with and without \unfoldrepeats:

\paper{ ragged-right=##t }

\unfoldRepeats
{
   \repeat "tremolo" 4 { c'8 d' } c'1:8 } |
}



  /Mats

Steven Weber wrote:

I'm not top posting.

Windows XP, Lilypond 2.11.21

Lilypond is converting the tremolos into 16th notes instead of 8ths when in a unfoldRepeats block (and you get a barline check failure). If you comment out the \unfoldRepeats line, then the output is as expected (and you don't get a barline check failure).

\version "2.11.21"
\paper{ ragged-right=##t }

\unfoldRepeats
{
        \repeat "tremolo" 4 { c'8 } \repeat "tremolo" 4 { c'8 } |
}




_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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