This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
cheat_sheet [2015/03/01 17:28] bgm [gabc Notation Summary] added gregobase link |
cheat_sheet [2020/06/04 22:17] (current) admin [gabc Notation Summary] |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Common Unicode Characters ====== | ||
+ | |||
+ | ====== á é í ó ú æ œ Æ Œ ǽ Ǽ † ✠ ℟ ℣====== | ||
+ | |||
+ | [[unicode_characters|See here]] for a more comprehensive list of unicode characters. | ||
+ | |||
+ | ====== gabc Special Codes ====== | ||
+ | Basically, if you put certain character sequences between the <html><sp></sp></html> "special" tags, you get "special" characters.\\ | ||
+ | ^ gabc input ^output ^ | ||
+ | | ''<sp>V/</sp>'' |{{:gregowiki:vslash.png}} | | ||
+ | | ''<sp>R/</sp>'' |{{:gregowiki:rslash.png}} | | ||
+ | | ''<sp>A/</sp>'' |{{:gregowiki:aslash.png}} | | ||
+ | | ''<sp>'ae</sp>'' |{{:gregowiki:ae-accented.png}} | | ||
+ | | ''<sp>'oe</sp>'' |{{:gregowiki:oe-accented.png}} | | ||
+ | | ''<sp>~</sp>'' |~ | | ||
+ | | ''+'' |{{:gregowiki:dagger.png}} | | ||
+ | | ''<b>bold</b>'' |**bold ** | | ||
+ | | ''<i>italic</i>'' |//italic // | | ||
+ | | ''<ul>underlined</ul>'' | __underlined__ | | ||
+ | | ''<sc>smallcaps</sc>'' | !!smallcaps!! | | ||
+ | | ''<tt>monospace</tt>'' | ''monospace'' | | ||
+ | |||
+ | *Also note that if you want to render a ``~`` character in the text area of the output, you have surround it with the special tags like this: ``<sp>~</sp>`` -if you don't put it in tags, the ``~`` simply will not show. | ||
+ | ====== gabc Notation Summary ====== | ||
+ | You can download a copy of this Cheat-Sheet from [[https://www.dcmembers.com/bgmcoder/download/gabc-cheat-sheet/|this site]] | ||
+ | There is also this page in the [[http://gregobase.selapa.net/?page_id=53|GregoBase]]. | ||
+ | |||
+ | {{:gregowiki:staff:summary_gabc1.png}} | ||
+ | |||
+ | {{:gregowiki:staff:summary_gabc2.png}} | ||
+ | |||
+ | |||
+ | ---- | ||
+ | Back to [[Start]] Page | ||