Skip to content

Commit

Permalink
Fix code block
Browse files Browse the repository at this point in the history
  • Loading branch information
suitougreentea committed Dec 26, 2015
1 parent 226b1b1 commit 0fc25f3
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -455,32 +455,35 @@ lines :: [BarLine]
.. _`100% minimoo-G`: https://www.youtube.com/watch?v=f1VBBNrSdgk

+--------------------------------------+--------------------------------------+
| **4/4 time signature** | .. code::yaml |
| **4/4 time signature** | .. code:: yaml |
| | |
| (common time) | lines: |
| | - y: 960 |
| | - y: 1920 |
| | - y: 2880 |
| | - y: 3840 |
| | # ... |
| | |
+--------------------------------------+--------------------------------------+
| **3/4 time signature** | .. code::yaml |
| **3/4 time signature** | .. code:: yaml |
| | |
| (tempus perfectum) | lines: |
| | - y: 720 |
| | - y: 1440 |
| | - y: 2160 |
| | - y: 3840 |
| | # ... |
| | |
+--------------------------------------+--------------------------------------+
| **Mapping from BMS** | .. code::yaml |
| **Mapping from BMS** | .. code:: yaml |
| | |
| .. code:: | lines: |
| | - y: 960 # 000~001: 960 |
| #00102:0.75 | - y: 1680 # 001~002: 720 |
| #00302:1.25 | - y: 2640 # 002~003: 960 |
| | - y: 3840 # 003~004: 1200 |
| | # ... |
| | |
+--------------------------------------+--------------------------------------+

Timing
Expand Down Expand Up @@ -518,7 +521,7 @@ Order of Processing
- If it is a playable note, the player must hit the note when the music pauses (not when the music resumes).
- For example, consider the following notes and stops:

.. code::yaml
.. code:: yaml
stop: { y: 240, duration: 240 }
note: { y: 240 }
Expand Down Expand Up @@ -650,7 +653,7 @@ Slicing Example

Given this ``SoundChannel`` object:

.. code::yaml
.. code:: yaml
sound_channels:
- name: vox.wav
Expand Down Expand Up @@ -706,7 +709,7 @@ Edge Cases

Example:

.. code::yaml
.. code:: yaml
sound_channels:
- file: kick.wav
Expand Down

0 comments on commit 0fc25f3

Please sign in to comment.