Court extrait (8 s) du concerto Les Sorciers de Claude-Henry Joubert (2016). Exemple de production du logiciel LyliPond : partition en PDF et morceau en Midi (interprété par GarageBand).
Short excerpt (8 s) of the concerto Les Sorciers (The Sorcerers Concerto) by Claude-Henry Joubert (2016). Example of LilyPond result: score in PDF and sound in Midi (played by GarageBand).
---------- Source code ----------
\version "2.18.2-1"
\header {
title = "Concerto « Les Sorciers »"
composer = "Claude-Henry Joubert"
}
%{
*************************
* Morchecoul le sorcier *
*************************
%}
Morchecoul = { \relative c'' {
c16(^\markup{ Morchecoul, le sorcier } \f cis d dis) e( ees d cis) c( cis d dis) e8 r8
g,-. \f g-. g-. g16-. g-. d'8-. r8 r4
g,8-. g-. g-. g16-. g-. cis8-. r8 r4
d8[( cis]) c( b) bes[( a]) gis r \bar "||"
}}
MorchecoulPS = { \relative c'' {
R1
r2 f8-. \f f-. f-. f16-. f-.
c'8-> r r4 f,8-. f-. f-. f16-. f-.
ees8[( d]) des( c) b([ bes]) a r
}}
MorchecoulPF = { \relative c {
8-. \p r -. r -. r -. r
\repeat "unfold" 3{-. r -. r -. r -. r}
}}
\score {
<<
\new Staff \with {
instrumentName = \markup {
\column { "Trompette"
\line { "en si" \smaller \flat }
}
}
% shortInstrumentName = "Tr."
midiInstrument = "trumpet"
}
{
\transposition bes
\time 4/4
\tempo 4 = 108
\Morchecoul
}
\new PianoStaff \with {instrumentName="Piano"} <<
\new Staff
\with {midiInstrument = "acoustic grand"}
{
\key bes \major
\time 4/4
\MorchecoulPS
}
\new Staff
\with {midiInstrument = "acoustic grand"}
{
\clef bass \key bes \major
\time 4/4
\MorchecoulPF
}
>>
>>
\layout{}
\midi{}
}
Short excerpt (8 s) of the concerto Les Sorciers (The Sorcerers Concerto) by Claude-Henry Joubert (2016). Example of LilyPond result: score in PDF and sound in Midi (played by GarageBand).
---------- Source code ----------
\version "2.18.2-1"
\header {
title = "Concerto « Les Sorciers »"
composer = "Claude-Henry Joubert"
}
%{
*************************
* Morchecoul le sorcier *
*************************
%}
Morchecoul = { \relative c'' {
c16(^\markup{ Morchecoul, le sorcier } \f cis d dis) e( ees d cis) c( cis d dis) e8 r8
g,-. \f g-. g-. g16-. g-. d'8-. r8 r4
g,8-. g-. g-. g16-. g-. cis8-. r8 r4
d8[( cis]) c( b) bes[( a]) gis r \bar "||"
}}
MorchecoulPS = { \relative c'' {
R1
r2 f8-. \f f-. f-. f16-. f-.
c'8-> r r4 f,8-. f-. f-. f16-. f-.
ees8[( d]) des( c) b([ bes]) a r
}}
MorchecoulPF = { \relative c {
8-. \p r -. r -. r -. r
\repeat "unfold" 3{-. r -. r -. r -. r}
}}
\score {
<<
\new Staff \with {
instrumentName = \markup {
\column { "Trompette"
\line { "en si" \smaller \flat }
}
}
% shortInstrumentName = "Tr."
midiInstrument = "trumpet"
}
{
\transposition bes
\time 4/4
\tempo 4 = 108
\Morchecoul
}
\new PianoStaff \with {instrumentName="Piano"} <<
\new Staff
\with {midiInstrument = "acoustic grand"}
{
\key bes \major
\time 4/4
\MorchecoulPS
}
\new Staff
\with {midiInstrument = "acoustic grand"}
{
\clef bass \key bes \major
\time 4/4
\MorchecoulPF
}
>>
>>
\layout{}
\midi{}
}
Catégorie
🎵
Musique