mirror of
https://github.com/alda-lang/alda.git
synced 2026-02-27 18:24:13 +01:00
362 B
362 B
Comments
You can add comments to your Alda scores by placing a # character to the
left of each line that you'd like to comment out.
# This is a comment.
piano: c d e f
Alda will ignore everything following a # character on each line.
# trumpet: c c c c <- you will NOT hear that
piano: c d e f # <- you WILL hear that