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
}

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

Reply via email to