Hi, I thought that the LSR was at 2.18 now, so the following seem to warrant an update in the LSR:
dak@lola:/usr/local/tmp/lilypond$ git grep '\\version "2.1[0-8]' Documentation/snippets/new Documentation/snippets/new/arranging-separate-lyrics-on-a-single-line.ly:\version "2.18.0" Documentation/snippets/new/changing-stanza-fonts.ly:\version "2.18.0" Documentation/snippets/new/changing-the-default-text-font-family.ly:\version "2.18.0" Documentation/snippets/new/modifying-the-ottava-spanner-slope.ly:\version "2.18.0" Documentation/snippets/new/staff-headword.ly:\version "2.17.6" Well, some are due to me apparently. for i in $(git grep -l '\\version "2.1[0-8]' Documentation/snippets/new);do git log -1 --stat $i;done commit 7291ef21ff869752b58d839bc4514a5d2c41db51 Author: David Kastrup <[email protected]> Date: Mon Mar 14 21:45:25 2016 +0100 arranging-separate-lyrics-on-a-single-line snippet: 2.18 override syntax .../arranging-separate-lyrics-on-a-single-line.ly | 65 ++++++++++++++++++++++ 1 file changed, 65 insertions(+) commit 3bd039bb1bb0ed2820458f957debbaa75511ca4e Author: Phil Holmes <[email protected]> Date: Tue Dec 29 12:08:13 2015 +0000 Further LSR tidying Documentation/snippets/new/changing-stanza-fonts.ly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3bd039bb1bb0ed2820458f957debbaa75511ca4e Author: Phil Holmes <[email protected]> Date: Tue Dec 29 12:08:13 2015 +0000 Further LSR tidying Documentation/snippets/new/changing-the-default-text-font-family.ly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a1c9c3d285a2f3e59cf79a375b67cfb58ceca7ba Author: James Lowe <[email protected]> Date: Thu Jun 26 22:37:04 2014 +0100 Doc: NR Pitches.itely - Clef - updated snippets and text Issue 3976 Added 2 new snippets: 1 snippet added to NR 1 snippet added just to Snippets Modified 1 existing snippet: This was already (and still is) included in the NR Deleted 2 snippets (and incorporated them in the main text in @lilyponds) Added new @lilypond example that was originally described (but not show)n in the 'Tweaking Clef Properties' snippet to show how to remove the clef glyph from the end of a line. As this 'tweak' is relatively simple (a single \set and \unset) and more than likely to be used (IMHO) by the general user than the listed items in the snippet, I thought it better to be in the NR than another example in either an already long snippet or by creating yet another snippet. Some minor linelength formatting as per CG. .../new/modifying-the-ottava-spanner-slope.ly | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) commit b570097f37f1aa89e81da7b48e3a9827d9f7184c Author: David Kastrup <[email protected]> Date: Thu Nov 7 20:16:57 2013 +0100 Issue 3648/7: Give several examples of durations without explicit pitches Documentation/snippets/new/staff-headword.ly | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) -- David Kastrup _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
