]> git.donarmstrong.com Git - lilypond.git/blob - input/new/README
Imported Upstream version 2.12.3
[lilypond.git] / input / new / README
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.
4
5 When adding a file to this directory, please start the file with
6
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.
14 }
15
16
17 and name the file snippet-title.ly.