To create musical symbols, the text must be surrounded in tags, like this: > **[mus]text to "musify"[/mus]**. This should be familiar to those who are used to using BBcode in forums (where you type **[b]text[/b]** to embolden text and so on). Some things don't *require* the tags: for example if you were writing *Cm | F* then the tags would be unnecessary. But [mus]C#m | F#[/mus] would need them. [If you learn the syntax](http://musify.coreymwamba.co.uk/post/#crib) you can write what you want and then put the tags in after you've finished writing the content. As an example, let's look at the first sixteen bars of the Lerner and Loewe song *On The Street Where You Live*. Traditionally it's in cut time - two minims (half notes) per bar. I'd write out the sequence, using the codes first: > {{2@2}} B£[[6]] B£[[6]] F[[7]] | B£ | B£ F[[7]] | > B£[[maj7] | D£_ C((9)) | F[[7]] Cm[[7]] | F[[7]] | >Cm[[7]] Cm[[7]] E£m | B£ | Gm[[7]] | C[[7]] | > F[[7]] F+[[7]] | B£[[6]] | B£[[6]] Cm[[7]] F[[7]] And then use the tags to wrap each line. > [mus]{{2@2}} B£[[6]] | B£[[6]] F[[7]] | B£ | B£ F[[7]] |[/mus] > [mus]B£[[maj7]] | D£_ C((9)) | F[[7]] Cm[[7]] | F[[7]] |[/mus] > [mus]Cm[[7]] | Cm[[7]] E£m | B£ | Gm[[7]] |[/mus] > [mus]C[[7]] | F[[7]] F+[[7]] | B£[[6]] | B£[[6]] Cm[[7]] F[[7]][/mus]