diff options
Diffstat (limited to 'src/songs')
| -rw-r--r-- | src/songs/czy-pamiętasz-luba.ly | 25 | 
1 files changed, 25 insertions, 0 deletions
diff --git a/src/songs/czy-pamiętasz-luba.ly b/src/songs/czy-pamiętasz-luba.ly new file mode 100644 index 0000000..cb415b9 --- /dev/null +++ b/src/songs/czy-pamiętasz-luba.ly @@ -0,0 +1,25 @@ +\version "2.22.1" +\include "./ly/preamble.ly" + +\relative { +  \key a \minor +  \clef treble +  \time 3/4 +  \partial 4 e'4 +  a2 e4 | a2 b4 +  c2 c4 | b2 a4 +  gis2 a4 | b2. +  c2 c4 | b2 c4 +  a2. | e +  e4 gis b | e, gis b +  c2 b4 | a2. \bar "||" + +  e'2 e4 | e f4. e8 +  d2. | b +  d2 d4 | d e4. d8 +  c2. | a +  c2 c4 | c d4. c8 +  b2. | e, +  e4 gis b | e, gis b +  c2 b4 | a2. \bar "||" +}  |