From: John Mandereau Date: Tue, 15 Apr 2008 08:44:57 +0000 (+0200) Subject: Update input/new guidelines X-Git-Tag: release/2.11.45-1~72^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=20c456ab1736cc57736429e1c67cd2a52d0e8ca4;p=lilypond.git Update input/new guidelines --- diff --git a/input/new/README b/input/new/README index 16b744fbe0..058fd73515 100644 --- a/input/new/README +++ b/input/new/README @@ -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. }