]> git.donarmstrong.com Git - lilypond.git/blob - input/new/README
Merge branch 'dev/mf2pt1-build' of git://git.sv.gnu.org/lilypond
[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   doctitle = "Snippet title"
10   lsrtags = "rhythms,expressive-marks" % use existing LSR tags other than
11 % 'docs'; see makelsr.py for the list of tags used to sort snippets.
12   texidoc = "This code demonstrates ..." % this will be formated by Texinfo
13 }
14
15
16 and name the file snippet-title.ly.