lilypond-user
[Top][All Lists]
Advanced

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

Re: Add a little horizontal space?


From: Malte Meyn
Subject: Re: Add a little horizontal space?
Date: Wed, 11 May 2016 07:21:37 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2



Am 11.05.2016 um 00:10 schrieb Jérôme Plût:

Is there a simple way to add a little horizontal space between two
notes (actually, two time moments - preserving staff alignment) in a
score? I want to change something like this: —♩—♫—  to something like
—♩———♫— .

You can X-offset a NoteColumn (the c8 in the following example); this will not only shift the c8 (like extra-offset) but use this much more space.

\version "2.18.2"

\relative {
  c'4
  \once \override NoteColumn.X-offset = 10
  c8 d e4 f
  g1
}



reply via email to

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