Folk real book: Difference between revisions
Line 30: | Line 30: | ||
\new ChordNames \chordmode { | \new ChordNames \chordmode { | ||
\set chordChanges = ##t | \set chordChanges = ##t | ||
la1:m7 do sol mi:m | |||
} | } | ||
\new Staff = "violin" \with { | \new Staff = "violin" \with { | ||
Line 74: | Line 74: | ||
\new ChordNames \chordmode { | \new ChordNames \chordmode { | ||
\set chordChanges = ##t | \set chordChanges = ##t | ||
la1:m7 do sol mi:m | |||
} | } | ||
\new Staff = "violin" \with { | \new Staff = "violin" \with { |
Revision as of 16:43, 18 July 2024
Folk real book
Collection of traditional folk songs Category:Real folk
Brescia section Category:Brescia folk
Latest updates:
- 8 April 2024: Aere - Bolla
- 8 April 2024: Ajde jano
- 8 April 2024: Busulu
- 9 April 2024: Ol me bontemp
- 9 April 2024: En co de l era
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
la1:m7 do sol mi: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: