]> git.donarmstrong.com Git - lilypond.git/commitdiff
Update input/new guidelines
authorJohn Mandereau <john.mandereau@gmail.com>
Tue, 15 Apr 2008 08:44:57 +0000 (10:44 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Tue, 15 Apr 2008 08:44:57 +0000 (10:44 +0200)
input/new/README

index 16b744fbe05639414c6cc3e02698d5049777976f..058fd73515d7b62b54da7701ca1aaca853ccab5e 100644 (file)
@@ -6,10 +6,11 @@ When adding a file to this directory, please start the file with
 
 \version "2.x.y"
 \header {
-  doctitle = "Snippet title"
-  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
+  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.
 }