Folk real book: Difference between revisions
mNo edit summary Tag: visualeditor |
|||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== Folk real book == | |||
<score sound="1">\ | Collection of traditional folk songs [[:Category:Real folk]] | ||
Brescia section [[:Category:Brescia folk]] | |||
Latest updates: | |||
<DynamicPageList> | |||
category = real folk | |||
count = 5 | |||
order = ascending | |||
addfirstcategorydate = true | |||
</DynamicPageList> | |||
== documentation == | |||
This page uses lilypond notation [https://lilypond.org/doc/v2.21/Documentation/notation-big-page] to write songs using this extension [https://www.mediawiki.org/wiki/Extension:Score] | |||
Writing in this notation | |||
<syntaxhighlight lang="lilypond"> | |||
<score lang="lilypond" sound="1" > | |||
\language "italiano" | |||
\header { | |||
tagline = "real folk" | |||
title = "song" | |||
composer = "traditional" | |||
} | |||
<< | |||
\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> | |||
[[Category: Real folk]] | |||
</syntaxhighlight> | |||
yields to: | |||
<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> | |||
{{Special:PrefixIndex|prefix=|namespace=4}} |
Latest revision as of 19:42, 18 July 2024
Folk real book Edit
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 Edit
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 = "traditional"
}
<<
\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>
[[Category: Real folk]]
yields to: