LSR: Update.
[lilypond.git] / input / new / README
blob058fd73515d7b62b54da7701ca1aaca853ccab5e
1 This directory is for examples of new features in the current
2 unstable development series.  These snippets will be added to LSR
3 when it supports a version of LilyPond that includes these features.
5 When adding a file to this directory, please start the file with
7 \version "2.x.y"
8 \header {
9   lsrtags = "rhythms,expressive-marks"  % use existing LSR tags other than
10 %   'docs'; see makelsr.py for the list of tags used to sort snippets.
11   texidoc = "This code demonstrates ..."  % this will be formated by Texinfo
12   doctitle = "Snippet title"  % please put this at the end so that
13     the '% begin verbatim' mark is added correctly by makelsr.py.
17 and name the file snippet-title.ly.