diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-09-13 16:40:21 +0200 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-09-13 16:40:21 +0200 |
commit | 69df93910162489544f162f36b53c87c9ee068f1 (patch) | |
tree | 348b0f25849b93779bd860f67f2b1a9a84f08f55 /src | |
parent | d270d4fb79cb6b4c9b4aae94c7c62598dae22f5d (diff) |
Add melodies and recordings
Diffstat (limited to 'src')
-rw-r--r-- | src/songs/czego-swacia-nie-śpiewacie.ly | 17 | ||||
-rw-r--r-- | src/songs/czego-swacia-nie-śpiewacie.yaml | 3 | ||||
-rw-r--r-- | src/songs/dalej-chłopcy-dalej-śmielej.ly | 12 | ||||
-rw-r--r-- | src/songs/dalej-chłopcy-dalej-śmielej.yaml | 3 |
4 files changed, 35 insertions, 0 deletions
diff --git a/src/songs/czego-swacia-nie-śpiewacie.ly b/src/songs/czego-swacia-nie-śpiewacie.ly new file mode 100644 index 0000000..a832683 --- /dev/null +++ b/src/songs/czego-swacia-nie-śpiewacie.ly @@ -0,0 +1,17 @@ +\version "2.22.1" +\include "./ly/preamble.ly" + +\relative { + \key d \major + \clef treble + \time 3/4 + a8 ^\markup{Pierwsza zwrotka (jak \italic{Dalej chłopcy...})} d d d d fis | fis4 e2 | a,8. e'16 e8 e e g | g4 fis2 | + \bar ".|:" + a8. fis16 fis8 fis fis a | a4 g2 | g8 fis e cis cis e | e4 d2 + \bar ":|." \break + \time 2/4 + a8 ^\markup{Pozostałe zwrotki} a g'4 | g8 fis4 fis8 | fis e e cis | d d4. | + \bar ".|:" + e8 e e4 | fis8 fis4 fis8 | fis e e cis | d d4. | + \bar ":|." \break +} diff --git a/src/songs/czego-swacia-nie-śpiewacie.yaml b/src/songs/czego-swacia-nie-śpiewacie.yaml index 4a66e2e..d91fe79 100644 --- a/src/songs/czego-swacia-nie-śpiewacie.yaml +++ b/src/songs/czego-swacia-nie-śpiewacie.yaml @@ -1 +1,4 @@ title: Czego swacia nie śpiewacie +recordings: + - type: youtube + link: https://www.youtube.com/watch?v=AA-ceFJTcOQ diff --git a/src/songs/dalej-chłopcy-dalej-śmielej.ly b/src/songs/dalej-chłopcy-dalej-śmielej.ly new file mode 100644 index 0000000..12082ce --- /dev/null +++ b/src/songs/dalej-chłopcy-dalej-śmielej.ly @@ -0,0 +1,12 @@ +\version "2.22.1" +\include "./ly/preamble.ly" + +\relative { + \key d \major + \clef treble + \time 3/4 + a8. d16 d8 d d fis | fis4 e2 | a,8. e'16 e8 e e g | g4 fis2 | + \bar ".|:" + a8. fis16 fis8 fis fis a | a4 g2 | g8 fis e cis cis e | e4 d2 + \bar ":|." +} diff --git a/src/songs/dalej-chłopcy-dalej-śmielej.yaml b/src/songs/dalej-chłopcy-dalej-śmielej.yaml index 406f70e..58d08f9 100644 --- a/src/songs/dalej-chłopcy-dalej-śmielej.yaml +++ b/src/songs/dalej-chłopcy-dalej-śmielej.yaml @@ -1 +1,4 @@ title: Dalej chłopcy dalej śmielej +recordings: + - type: youtube + link: https://www.youtube.com/watch?v=ZUAnOgTe0pw |