]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/macros.itexi
release: 1.5.43
[lilypond.git] / Documentation / user / macros.itexi
index 6d9bf7c2c86dba6db3fc58d4ac83cb45f60a1ec1..9343d80c3f392b70618bf95809414f98125b00fc 100644 (file)
-@ifinfo
+@ifnottex
 @macro reng {word}
-@ref{ (lilypond-internals)Engraver \word\, \word\ },
+@ref{ (lilypond-internals)\word\, \word\ }
 
 @end macro
-@end ifinfo
+@end ifnottex
 
-@ifnotinfo
+@iftex
 @macro reng {word}
-@ref{ (lilypond-internals)Engraver \word\, \word\ }
+\word\
+@end macro
+@end iftex
+
+
+@ifnottex
+@macro rgrob {word}
+@ref{ (lilypond-internals)\word\, \word\ }
+
+@end macro
+@end ifnottex
+
+@iftex
+@macro rgrob {word}
+\word\
+@end macro
+@end iftex
+
+
+@ifnottex
+@macro rint {word}
+@ref{ (lilypond-internals)\word\, \word\ }
+
+@end macro
+@end ifnottex
+
+@iftex
+@macro rint {word}
+\word\
+@end macro
+@end iftex
+
+@ifnottex
+@macro texisharp {word}
+#
+@end macro
+@end ifnottex
+
+@iftex
+@macro texisharp {word}
+@tex
+$\\sharp$
+@end tex
+@end macro
+@end iftex
+
+@ifnottex
+@macro texiflat {word}
+b
+@end macro
+@end ifnottex
+
+@iftex
+@macro texiflat {word}
+@tex
+$\\flat$
+@end tex
+@end macro
+@end iftex
+
+
+
+@iftex
+@macro separate
+
+@tex
+\\hbox to\\hsize{\\hfill\\smallrm*\\textrm*\\smallrm*\\hfill}
+@end tex
+
+@end macro
+@end iftex
+
+@c \heartsf was supposed to be filled?
+
+@c center*** is broken?
+
+@ifinfo
+@macro separate
+
+@quotation
+@quotation
+@quotation
+@quotation
+@quotation
+@quotation
+***
+@end quotation
+@end quotation
+@end quotation
+@end quotation
+@end quotation
+@end quotation
+@end macro
+@end ifinfo
 
+@ifhtml
+@macro separate
+@html
+<p></p><center>*<font size="+1">*</font>*</center><br>
+@end html
 @end macro
-@end ifnotinfo
+@end ifhtml
 
+@c netscape 4.x doesn't handle html chars 4.0 :-(
+@c <p></p><center>&hearts;</center><br>
+@c <p></p><center><font size="-1">*</font><font size="0">*</font><font size="-1">*</font></center><br>
 
 @ignore