lilypond-user
[Top][All Lists]
Advanced

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

Re: Changing spacing between notes a lot


From: Kieren MacMillan
Subject: Re: Changing spacing between notes a lot
Date: Tue, 17 Apr 2018 14:41:28 -0400

Hi,

> I was wondering if there is a way to change the spacing between notes
> many times in a staff.

There are many ways of accomplishing the thing you describe.

> What I would like to do is to make something like this.
> <http://lilypond.1069038.n5.nabble.com/file/t5510/spacing.png> 

Here’s one way of doing that:

%%%  SNIPPET BEGINS
\version "2.19.80"
\language "english"

\layout {
  \context {
    \Staff
    \omit Stem
    \remove "Time_signature_engraver"
    \remove "Clef_engraver"
  }
}

stuff = {
  \cadenzaOn
  \tweak NoteHead.X-extent #'(-3 . -1) g'4
  \tweak NoteHead.X-extent #'(-1.75 . 2) f' g' c''1 <a' bf'>4
  \tweak NoteHead.X-extent #'(1 . 2.5) a' f'1
}

\score { \stuff }
%%%  SNIPPET ENDS

Hope that helps!
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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