Am Mo., 12. Nov. 2018 um 20:30 Uhr schrieb David Kastrup <[email protected]>: > > Torsten Hämmerle <[email protected]> writes: > > > David Kastrup wrote > >> If you want a Staff, create it rather than rely on somebody else doing > >> that, maybe. > > > > That is basically what I thought (and wrote), too. > > But, admittedly, these shortcuts used to work in prior releases and even can > > be found in the Notation Reference Manual: > > > > http://lilypond.org/doc/v2.19/Documentation/notation/displaying-chords > > (scroll to "Simple lead sheet"). > > > > Fortunately (or should I say /incidentally/), this example still works > > because of the additional \addlyrics line. > > It sounds rather shaky to rely on that for code intended to be used as a > starting point or example. "It's ok if you know what you are doing" is > not ok when intended to be helpful for people who haven't had a chance > yet to know what they are doing. > > -- > David Kastrup
Said snippet is the doc-tagged "Simple Lead Sheet" from LSR http://lsr.di.unimi.it/LSR/Item?id=478 I changed the code to: << \chords { c2 g:sus4 f e } \new Staff \relative c'' { a4 e c8 e r4 b2 c4( d) } \addlyrics { One day this shall be free __ } >> Should be available for our docs with next LSR-import. Cheers, Harm _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
