lilypond-user
[Top][All Lists]
Advanced

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

How to limit the NoteColumn shifting


From: Pierre Perol-Schneider
Subject: How to limit the NoteColumn shifting
Date: Wed, 13 Nov 2019 18:06:51 +0100

Hi List,
The NoteColumn default shifting is about #.5 ; I'd like to reduce it globally, let say by 2.
How should I do?

%% SNIP %%
\version "2.19"
\fixed c' {
  <<
    { g'4*2 8 } \\ { g,4*2 8 } \\
      %% Wanted:
    { %\override NoteColumn.force-hshift = #.25
      b4*2 8 } \\
    { % Wanted:
      %\override NoteColumn.force-hshift = #.5
      \stemUp\shiftOnn
      d4*2 8 }
  >>
}
%%

TIA, Cheers,
Pierre

reply via email to

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