Skip to content

Commit

Permalink
Merge branch 'main' into fixed-duration-group
Browse files Browse the repository at this point in the history
  • Loading branch information
ahankinson authored Jun 3, 2024
2 parents b3e2f01 + d98ed94 commit 7a9dd21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions v2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -962,13 +962,13 @@ <h4>Durations</h4>
<script type="application/json">
{
"clef": "G-2",
"data": "'8..A"
"data": "'8..A // 8A+6A+3A"
}
</script>
<code>8..A</code>
<code>8..A // 8A_6A_3A</code>
</td>
<td class="notation-result"></td>
<td>Double-dotted eighth note</td>
<td>Double-dotted eighth note and its equivalent in tied notes</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 7a9dd21

Please sign in to comment.