]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets.tely
Issue 4146: allow \keepWithTag to work with template ly/satb.ly
[lilypond.git] / Documentation / snippets.tely
index 46f036121f047738f1f97cd1ecc2e809f617970f..2d30fa92ae0d72617e8ea81286055a5848009853 100644 (file)
@@ -1,9 +1,5 @@
 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
 
 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
 
-@c FIXME: dump "public domain" notice in this manual, and fix
-@c the generic doc page title macro to not automatically put
-@c FDL on stuff.  Or maybe make a separate macro.
-
 @setfilename lilypond-snippets.info
 @settitle LilyPond snippets
 @documentencoding UTF-8
 @setfilename lilypond-snippets.info
 @settitle LilyPond snippets
 @documentencoding UTF-8
@@ -13,7 +9,7 @@
 @macro manualIntro
 This document shows a selected set of LilyPond snippets from the
 @uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}
 @macro manualIntro
 This document shows a selected set of LilyPond snippets from the
 @uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}
-(LSR). It is in the public domain.
+(LSR).  It is in the public domain.
 
 We would like to address many thanks to Sebastiano Vigna for maintaining
 LSR web site and database, and the University of Milano for hosting LSR.
 
 We would like to address many thanks to Sebastiano Vigna for maintaining
 LSR web site and database, and the University of Milano for hosting LSR.
@@ -34,7 +30,7 @@ or figure for each example to see the corresponding input file.
 @end macro
 
 @macro copyrightDeclare
 @end macro
 
 @macro copyrightDeclare
-Copyright @copyright{} 
+Copyright @copyright{}
 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
 by the authors.
 @end macro
 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
 by the authors.
 @end macro
@@ -45,15 +41,20 @@ by the authors.
 @include macros.itexi
 
 @ifnothtml
 @include macros.itexi
 
 @ifnothtml
+@macro nodeprefix{PRE}
+@end macro
 @macro lydoctitle{TEXT}
 @unnumberedsec \TEXT\
 @end macro
 @end ifnothtml
 
 @ifhtml
 @macro lydoctitle{TEXT}
 @unnumberedsec \TEXT\
 @end macro
 @end ifnothtml
 
 @ifhtml
+@macro nodeprefix{PRE}
+@unmacro lydoctitle
 @macro lydoctitle{TEXT}
 @macro lydoctitle{TEXT}
-@node \TEXT\
-@unnumberedsec \TEXT\
+@node \PRE\: \\TEXT\\
+@unnumberedsec \\TEXT\\
+@end macro
 @end macro
 @end ifhtml
 
 @end macro
 @end ifhtml
 
@@ -100,6 +101,7 @@ Other collections
 
 @contents
 
 
 @contents
 
+@allowcodebreaks false
 
 @c Please take care of naming every .itely
 @c with an existing tag name.
 
 @c Please take care of naming every .itely
 @c with an existing tag name.