m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src/songs/nieszczęśliwy-były.ly
blob: 4cd9254d8c559ca5acf81ab2002f2dfc49c52751 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\version "2.22.1"
\include "./ly/preamble.ly"

\relative {
  \key a \minor
  \clef treble
  \time 3/4
  \repeat volta 2 {
    f'8 a a f g e
    d f e d c a
    d4 e f8 f
    g4 a2
  }
  \repeat volta 2 {
    d,4 e a,
    d8 e f e g e
    d4 e a,
    d8 e f e g e
    f g a a e g
    f e d2
  }
}