The following style sheet is attached to the XML examples in or4der to force block display of block-like elements. The examples only show music as text. MML processors need to be built to do other things with the marked music.
head, title, meta, link, classes, band {
display: block
}
title {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18pt;
text-align: center
}
song, div, bar, text, lyric {
display: block;
font-family: Verdana, Arial, Helvetica, sans-serif
}
bar {
background-color: yellow;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 20px;
padding: 3px;
padding-left: 10px
}
upbeat {
background-color: yellow;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 5px;
padding: 3px;
padding-left: 10px
}
lyric {
background-color: green
}