lilypond-user
[Top][All Lists]
Advanced

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

Re: moving notes horizontal position


From: Mark Knoop
Subject: Re: moving notes horizontal position
Date: Wed, 05 Mar 2008 14:44:50 +0000

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




reply via email to

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