openlp/tests/resources/songbeamersongs/cp1252song.json

9 lines
169 B
JSON
Raw Normal View History

2017-03-29 12:05:08 +00:00
{
"title": "Some Song",
"authors": ["Author"],
"verses" : [
["Here are a couple of \"weird\" chars.\n", "v"],
["Here is another one….\n\n", "v"]
]
}