]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/macros.itexi
patch::: 1.4.1.jcn1
[lilypond.git] / Documentation / user / macros.itexi
index b817a23ab9ec139b39a5261b222575d4537f84e4..611537ed719338839203f2a3984b171f4dd81839 100644 (file)
@@ -1,6 +1,6 @@
 @ifnottex
 @macro reng {word}
-@ref{ (lilypond-internals)\word\, \word\ },
+@ref{ (lilypond-internals)\word\, \word\ }
 
 @end macro
 @end ifnottex
@@ -8,14 +8,13 @@
 @iftex
 @macro reng {word}
 \word\
-
 @end macro
 @end iftex
 
 
 @ifnottex
 @macro rgrob {word}
-@ref{ (lilypond-internals)\word\, \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\ },
+@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