NotePad
\header {
title= "Title"
composer= "Author: me"
poet= "poet"
tagline= "copyright©2004 mymusic"
}
\score {
\notes {c'}
}

file

pdf

NotePad - Latex
header {
title= "Title"
composer= "Author: me"
poet= "poet"
tagline= "copyright\\copyright{mymusic}2004"
}
\score {
\notes {c'}
}

file

pdf

WordPad - text
\header {
title= "Title"
composer= "Author: me"
poet= "poet"
tagline= "copyright©2004 mymusic"
}
\score {
\notes {c'}
}

file

pdf

WordPad - dos
\header {
title= "Title"
composer= "Author: me"
poet= "poet"
tagline= "copyright¸2004 mymusic"
}
\score {
\notes {c'}
}

file

pdf

WordPad - unicode
ÿþ\ h e a d e r {

t i t l e = " T i t l e "

c o m p o s e r = " A u t h o r : m e "

p o e t = " p o e t "

t a g l i n e = " c o p y r i g h t © 2 0 0 4 m y m u s i c "

}

\ s c o r e {

\ n o t e s { c ' }

}

file

no pdf - ERROR

TABLATURE
\header {
title = "tablature"
}

\score {
\notes {
\new TabStaff
{ <<d\stemBoth a\stemBoth d'\stemBoth>>
<<d a d'\stemUp>>
<<d\stemUp a\stemDown d'\stemDown>>
c4\stemBoth
e2-3\stemDown d2\stemUp c2\stemDown}
}
}

file

pdf