bug-lilypond
[Top][All Lists]
Advanced

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

Re: Whole notes tremolo, again....


From: Mats Bengtsson
Subject: Re: Whole notes tremolo, again....
Date: Thu, 06 Dec 2007 15:47:10 +0100
User-agent: Thunderbird 2.0.0.5 (X11/20070716)

Far from minimal!
\relative {
  \stemUp
\repeat tremolo 16 {d32 a'32 } \stemDown \repeat tremolo 16 {d,32 a'32 } \stemUp \repeat tremolo 8 {d,32 a'32 } \stemDown
   \repeat tremolo 8 {d,32 a'32 }
}

However, you might want to extend the example to illustrate that \stemUp/-Down
work as expected for shorter chord tremolo:

\relative {
  \stemUp
\repeat tremolo 16 {d32 a'32 } \stemDown \repeat tremolo 16 {d,32 a'32 } % The following work as expected:
  \stemUp
\repeat tremolo 8 {d,32 a'32 } \stemDown
   \repeat tremolo 8 {d,32 a'32 }
}

I'm admittedly picky here! For debugging, your example is just as fine. ;-)

  /Mats

Valentin Villenave wrote:
%{
This was previously a comment to issue 318:
http://code.google.com/p/lilypond/issues/detail?id=318#c3

Here's a minimal example that clearly demonstrates the bug:
in the following snippet the tremolo should be printed below the whole
notes, instead of above (thus colliding with the first voice).

It's obviously related to 318, 376 or 523 but looks like something
slightly different though.
%}


\relative {
  << { r4 f'2. } \\
  {    \stemDown
    \repeat tremolo 16 {d,32 a'32 }  }
    >>
}


_______________________________________________
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]