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
[email protected]
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: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to