From: Trevor Daniels Date: Mon, 16 Aug 2010 16:42:03 +0000 (+0100) Subject: Docs: CG: Shorten lines so all the line is visible in html X-Git-Tag: release/2.13.31-1~59 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2c689d8adcbe0779635c2db78d2ac9a860aa0300;p=lilypond.git Docs: CG: Shorten lines so all the line is visible in html --- diff --git a/Documentation/contributor/lsr-work.itexi b/Documentation/contributor/lsr-work.itexi index 01b136a470..85afbc6357 100644 --- a/Documentation/contributor/lsr-work.itexi +++ b/Documentation/contributor/lsr-work.itexi @@ -81,11 +81,16 @@ When adding a file to this directory, please start the file with @example \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. +% Use existing LSR tags other than 'docs'; see makelsr.py for +% the list of tags used to sort snippets. E.g.: + lsrtags = "rhythms,expressive-marks" +% This texidoc string will be formatted by Texinfo + texidoc = " +This code demonstrates ... +" +% Please put doctitle last so that the '% begin verbatim' +% mark will be added correctly by makelsr.py. + doctitle = "Snippet title" @} @end example