开发者 |
glewe
rlisle |
---|---|
更新时间 | 2023年3月10日 04:56 |
捐献地址: | 去捐款 |
PHP版本: | 5.2.4 及以上 |
WordPress版本: | 6.1 |
版权: | GPLv3 |
版权网址: | 版权信息 |
[chordpress]
shortag allows specifying custom options for rendering ChordPro texts. For example:
[chordpress transpose="1"]
will transpose the chords rendered by one semitone.[chordpress interactive="yes"]
will allow you to transpose the chords up and down and also print the output right from the rendered page.[chordpress-chord]
shortag allows you to display a guitar chord as a diagram. For example:
[chordpress-chord chord="112"]
will show the guitar chord post with ID 112 as a diagram.[chordpress-chord barre="5,1,1" fingers="(3,2,'2'),(4,3,'4'),(5,3,'3')" title="F# Major" tuning="E,A,D,G,H,E"]
will show a custom guitar chord.Empty lines are stripped from shortcode content and are not passed to the plugin. A good way to work around that is to use the {start_of_verse}/{start_of_chorus} tags and give them a top/bottom margin on the options page.
The H/B notation uses H instead of B and B is used insetad of Bb. This notation is used in some European countries. Read more about it here: H/BN Notation.