On Tue, 2008-03-04 at 13:57 -0800, Zenith wrote:
> A stupide question!

There are no stupid questions...

> I just would like to move the last notes a bit more to the end(aproach to
> the bar).... 
> 
> here is a piece of code of the melody:
> 
> 8\<\(  <c c'> <d d'> <e e'> <f f'>\! 
> \times 2/3 { <g g'>\f <f f'> <e e'>\)} \override Script #'padding = #1 <e
> e'>2\fermata

The easiest way is perhaps to do something like this:

\times 2/3 { <g g'>\f <f f'> <e e'>\)}
s8 <e e'>2*3/4

This inserts a quaver of space between the octave Es. To make up for
this we multiple the octave E minim by 3/4. Adjust those values until
you get what you want.

(I've just removed your fermata markup to make it clearer.)

-- 
Mark Knoop


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

Reply via email to