weight. The following example demonstrates how to achieve such a notation.
What's this? Searching the LSR Browse by title Contributing Snippet database | Browsing items 10−19 out of 943 |
You can manually determine the horizontal shift of a note or a chord when it collides with notes in other voices, using the NoteColumn #'force-hshift
property. Overriding this property will appropriately move all objects associated with the note or chord—that is, the stem with all its noteheads, ledger lines, augmentation dots and beams.
Note that this technique will only work when the notehead collides with noteheads in other voices, and has no effect in monophonic situations.
In this preliminary test of a modern score, the staff lines are washed
out temporarily. This is done by making a tuned StaffContainer
,
which \skip
s some notes without printing lines either and
creates a \new Staff
then in order to create the lines again.
(Be careful if you use this; it has been done by splitting the
grouping Axis_group_engraver
and creating functionality into
separate contexts, but the clefs and time signatures may not do
what you would expect.)