feat: Add soungbook example
- Add songbook to demo - Add macro for song - Add style module
This commit is contained in:
parent
024540e389
commit
2e2091a179
5 changed files with 110 additions and 0 deletions
26
source/screens/demo/examples/songbook/0_artist-title.md
Executable file
26
source/screens/demo/examples/songbook/0_artist-title.md
Executable file
|
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
tags:
|
||||
- songbook
|
||||
- song
|
||||
title: "Interpret - Titel"
|
||||
releaseDate: JJJJ
|
||||
description: Text
|
||||
---
|
||||
~~~
|
||||
[verse 1]
|
||||
strophe 1
|
||||
|
||||
[chorus]
|
||||
refrain
|
||||
|
||||
[verse 2]
|
||||
strophe 2
|
||||
|
||||
[chorus]
|
||||
[bridge]
|
||||
überleitung
|
||||
|
||||
[interlude]
|
||||
[chorus]
|
||||
[outro]
|
||||
~~~
|
||||
Loading…
Add table
Add a link
Reference in a new issue