From: Reinhold Kainhofer Date: Sun, 10 Aug 2008 13:31:34 +0000 (+0200) Subject: Docs: use big-page html links in the big snippet page X-Git-Tag: release/2.11.58-1~32^2~74 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0ffa00df8413e6a9fed0acd9580843da27202566;p=lilypond.git Docs: use big-page html links in the big snippet page --- diff --git a/input/lsr/lilypond-snippets.tely b/input/lsr/lilypond-snippets.tely index 564e33a818..0a7b8b003f 100644 --- a/input/lsr/lilypond-snippets.tely +++ b/input/lsr/lilypond-snippets.tely @@ -19,27 +19,51 @@ @unnumberedsec \TEXT\ @end macro -@ifnottex +@ifhtml + +@ifset bigpage + +@macro rlearning{NAME} +See also Learning Manual, section +@ref{\NAME\,,,lilypond-learning-big-page,Learning Manual}. +@end macro + @macro ruser{NAME} These snippets illustrate the User Manual, -section @ref{\NAME\,,,lilypond,Notation Reference}. +section @ref{\NAME\,,,lilypond-big-page,Notation Reference}. @end macro +@end ifset + + +@ifclear bigpage + @macro rlearning{NAME} See also Learning Manual, section @ref{\NAME\,,,lilypond-learning,Learning Manual}. @end macro -@end ifnottex -@iftex @macro ruser{NAME} -These snippets illustrate @ref{\NAME\,,,lilypond,Notation Reference}. +These snippets illustrate the User Manual, +section @ref{\NAME\,,,lilypond,Notation Reference}. @end macro +@end ifclear + +@end ifhtml + + +@ifnothtml + @macro rlearning{NAME} See also @ref{\NAME\,,,lilypond-learning,Learning Manual}. @end macro -@end iftex + +@macro ruser{NAME} +These snippets illustrate @ref{\NAME\,,,lilypond,Notation Reference}. +@end macro + +@end ifnothtml @dircategory GNU LilyPond --- the music typesetter @direntry