Category:Included in the official documentation: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 6: | Line 6: | ||
* The first part of the page is a textual description of what the snippet does, without a LilyPond code block. This text gets converted to the [https://www.gnu.org/software/texinfo/manual/texinfo/ Texinfo format] (as used for all documentation in the LilyPond project) by the [https://pandoc.org/ pandoc converter]. | * The first part of the page is a textual description of what the snippet does, without a LilyPond code block. This text gets converted to the [https://www.gnu.org/software/texinfo/manual/texinfo/ Texinfo format] (as used for all documentation in the LilyPond project) by the [https://pandoc.org/ pandoc converter]. | ||
* Please be careful with adding links (i.e., either <nowiki>[...]</nowiki> or <nowiki>[[...]]</nowiki>). While it is OK to add links to other “official” documentation snippets, you should avoid links to generic topics like “rests” or “skips”, contrary to what you would do in a “normal” Wiki like Wikipedia. | |||
* The second part is the actual LilyPond code block. It must compile with the current stable release. Comments that start with <code>% LSR</code> are removed during the import; use such comments for discussion links, for example, that should not show up in the Notation Reference. | * The second part is the actual LilyPond code block. It must compile with the current stable release. Comments that start with <code>% LSR</code> are removed during the import; use such comments for discussion links, for example, that should not show up in the Notation Reference. | ||