Folk real book

Collection of traditional folk songs Category:Real folk

Brescia section Category:Brescia folk

Latest updates:


documentation

This page uses lilypond notation [1] to write songs using this extension [2] Writing in this notation

<score lang="lilypond" sound="1" > 
\language "italiano"
 \header {
    tagline = "real folk" 
    title = "song"
    composer = "author"
  }
<<
  \new ChordNames \chordmode {
    \set chordChanges = ##t 
a1:m7 c g e:m
  }
\new Staff = "violin" \with {
    instrumentName = "Vio"
    midiInstrument = "violin"
  }
\transpose do do' {
\time 4/4
\tempo "Presto" 4 = 120
\key la \minor
la4 mi' re' do' | sol8 la si8. do'16 si4 la | fa8 (sol) la fa mi4 fa | do8 re mi fa mi re sol4| 
}
\addlyrics {
bla bla ba -- ba -- la ba __ aa __ aa __ aa
}
>>
\layout {
  indent = 3.0\cm
  short-indent = 1.5\cm
  #(set-global-staff-size 14)
  papersize = "a5"
  pagenumber = "yes"
}
\midi {
    \context {
      \Score tempoWholesPerMinute = #(ly:make-moment 60 4)
    }
    \tempo 4 = 72
}
</score>

yields to:

Unable to compile LilyPond input file:

line 11 - column 1:
not a note name: a
--------
line 11 - column 3:
syntax error, unexpected :
--------
line 11 - column 5:
not a duration
--------
line 11 - column 7:
not a note name: c
--------
line 11 - column 9:
not a note name: g
--------
line 11 - column 11:
not a note name: e
--------
line 11 - column 12:
syntax error, unexpected :
--------
line 8 - column 1:
errors found, ignoring music expression