]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/README
Update of tutorial
[lilypond.git] / input / new / README
index 0ceb46066f4b3312036e4c25a9561c4d6550d37f..058fd73515d7b62b54da7701ca1aaca853ccab5e 100644 (file)
@@ -2,3 +2,16 @@ This directory is for examples of new features in the current
 unstable development series.  These snippets will be added to LSR
 when it supports a version of LilyPond that includes these features.
 
+When adding a file to this directory, please start the file with
+
+\version "2.x.y"
+\header {
+  lsrtags = "rhythms,expressive-marks"  % use existing LSR tags other than
+%   'docs'; see makelsr.py for the list of tags used to sort snippets.
+  texidoc = "This code demonstrates ..."  % this will be formated by Texinfo
+  doctitle = "Snippet title"  % please put this at the end so that
+    the '% begin verbatim' mark is added correctly by makelsr.py.
+}
+
+
+and name the file snippet-title.ly.