openlp/tests/resources/songs/songbeamer/cp1252song.json

11 lines
186 B
JSON
Raw Normal View History

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