lilypond-user
[Top][All Lists]
Advanced

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

Re: Changing spacing for a fall


From: Urs Liska
Subject: Re: Changing spacing for a fall
Date: Tue, 21 Mar 2017 00:13:35 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.6.0



Am 20.03.2017 um 23:31 schrieb Ralph Palmer:
Greetings - 

I'm running LilyPond 2.19.50 under Windows 7 and Frescobaldi.

I'd like to increase the spacing between two notes, to accommodate a fall. I've checked "spacing" issues in the Notation Reference and in the snippet repository, but can't find anything that will increase the distance between just two notes.

Insert

  \once \override NoteColumn.X-offset = 3

just before the note you want to push. This will basically ensure that at least this amount is between the two notes.

HTH
Urs


I will attach a scan of what I'm trying to do, as well as the PDF of the ly file.

Here's my initial attempt vial LilyPond :

%%%%%%%%%% start snippet %%%%%%%

\version "2.19.50"
\include "english.ly"

fallTest =
%\relative c' 
{
  \clef treble
  \key d \major
  \time 4/4  

  e''4 e'' d''4-\bendAfter #-3 cs''8 e'' |
}

\score {
  \fallTest
}

%%%%%%% end snippet %%%%%%%

I appreciate your time and attention,

Ralph

--
Ralph Palmer
Brattleboro, VT
USA
address@hidden


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

-- 
address@hidden
https://openlilylib.org
http://lilypondblog.org

reply via email to

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