Am Sa., 20. Nov. 2021 um 14:08 Uhr schrieb Leonid Hrabovsky <lhrabov...@gmail.com>:
> it is VERY concerning that even then the section on modern notation was empty > at that time - and remains empty today http://lilypond.org/doc/v2.22/Documentation/notation/graphical-notation commit b58377f1eb6af0add4e1d20c1cd36f7039e9246a Author: Thomas Morley <thomasmorle...@gmail.com> Date: Tue Jul 14 15:05:52 2020 +0200 Scheme-based implementation of the new grob DurationLine It continues a rhythmic event (usually a `NoteHead`, `Rest`, or `NoteColumn` grob) with a line. Available line styles are: `beam`, `line`, `dashed-line`, `dotted-line`, `zigzag`, `trill`, and `none`. Syntax is `<note>\-`. Usually it stops at the next rhythmical event (per default not at skips), if the context "pauses", and at the end of a score. Three regtests are provided as well as some documentation. Three context-properties are added: `startAtSkip`, `startAtNoteColumn`, and `endAtSkip`.