Dear all,

well, this is very strange and a bit annoying. I'm sorry to point it out, but that's *my* page on YouTube, the videos are made by *me* (incidentally, I'm also the flute player on the clips taken from the reading), and above all the musical examples shown in the videos are made and arranged by *me*. As I can demonstrate, having stored here, on my hard disk all the files. As the ones attached to this message, for example.

I also can send you some of the drawings, all made by *me* too, but for that I'd have to take the external hard disk on the other table in the room and for now I'd prefer staying seated to write all these infos on my YouTube page.

Cheers,

    Luca



Il 30/06/2017 11:03, Mario Moles ha scritto:

Because I arranged it!


Il 30/06/2017 10:46, Helge Kruse ha scritto:
And why do you think that this is arranged with Lilypond/Frescobald? I
can't find a hint neither in the video nor the comment.

Regards
Helge

2017-06-30 8:10 GMT+02:00 Anders Eriksson<lilyp...@andis59.se>:
This is the link to the video

https://www.youtube.com/watch?v=hiC1znjrRVk

// Anders



On 2017-06-30 08:07, Anders Eriksson wrote:
The link goes to YouTube video manager, not to the video, and since we
don't have any rights to manage Marios videos we end up in our own manager
(if we have an YouTube account, or an error message if not).

Resend with the link to the video.

// Anders


On 2017-06-30 07:53, Jacques Menu Muzhic wrote:
Hello Mario,

Sorry I can’t see your example, I dont have any Google account.

JM

Le 30 juin 2017 à 02:55, Mario Moles<mario.mole...@gmail.com>  a écrit :

Arranged with Lilypond/Frescobaldi!

https://www.youtube.com/edit?o=U&video_id=hiC1znjrRVk


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user




_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

\version "2.12.3"

\header {
  % Elimina la tagline predefinita di LilyPond
  tagline = ##f
}

\paper {
  %#(set-paper-size "a4")
  line-width = 15.60 \cm
  paper-width = 16.60 \cm
  paper-height = 7.0 \cm
  top-margin = 0.5 \cm
  bottom-margin = 0.5 \cm
  left-margin = 0.6 \cm
  right-margin = 0.5 \cm
  page-top-space = 0.0 \cm
  head-separation = 0.0 \cm
  after-title-space = 0.0 \cm
  indent = 0.0 \cm
}

#(set-global-staff-size 14.14)

global = {
  \override Score.BarNumber #'break-visibility = #'#(#f #t #t)
  \set Score.barNumberVisibility = #(every-nth-bar-number-visible 5 )
  \key des \major
  \time 4/4
}


right = \relative c'' {
  \global
  % Qui segue la musica.
  \set Score.currentBarNumber = #25
  \bar ""
  f8.( des16 aes2 bes4 |
  c2.\< des4 |
  \stemUp { es8. f16\! \>}
  \new Voice
  <<
    \voiceOne { ges2 }
    \\
    \voiceTwo { bes,2 }
  >>
  \oneVoice \override TextScript #'padding = #1 c4 ees2 \! _\markup { \translate #'(0.0 . -2.0) \italic dim. }  r2)
  \bar "||"
  \key e \major
  gis,,8 gis gis gis gis gis gis gis
  \override Score.BarNumber #'self-alignment-X = #LEFT
  gis gis gis gis gis gis gis gis
  gis gis gis gis gis gis gis gis
  gis gis gis gis gis gis gis gis
  gis[ gis]
}

left = \relative c' {
  \global
  % Qui segue la musica.
  \stemDown { des,8 \clef violin aes'}
  \new Voice
  <<
    \voiceOne \stemUp {
      << des2 f2  >> f4
      << ges2. es2. >> f4
      ges8. aes16
      s2 es4
      ges2
    }
    \\


    \voiceTwo \stemDown {
      << des8 f8 >> aes, aes aes des aes
      << ges' es >> aes,\< aes  aes\! bes\> aes des aes\!
      \new Voice <<
	\voiceThree \stemUp { c2 }
	\\
	\voiceFour \stemDown { c8 aes~aes aes  } >>
      \oneVoice \stemDown
      aes \tieDown aes~aes aes ges
      \clef bass aes aes aes^\markup { \italic "1 C" }
    }

  >>

  \oneVoice
  \stemUp
  aes8 \change Staff = right \stemDown aes aes aes
  \change Staff = left
  \bar "||"
  \key e \major
  \new Voice
  << \voiceOne {
      gis,4 gis  cis bis
      gis gis dis' cis
      cis dis e dis
      dis1 ~ dis4
    }
    \\
    \voiceTwo
    {
      cis,4 dis e dis
      dis e fis e
      e gis cis gis
      gis1 ~ gis4
  } >>
}

\score {

  \new PianoStaff \with {
    midiInstrument = "acoustic grand"
  } <<

    \new Staff = "right" \right
    \new Staff = "left" { \clef bass \left }
  >>
  \layout { }
  \midi {
    \context {
      \Score
      tempoWholesPerMinute = #(ly:make-moment 110 4)
    }
  }
}
\version "2.12.3"

\header {
  % Elimina la tagline predefinita di LilyPond
  tagline = ##f
}

\paper {
  %#(set-paper-size "a4")
  line-width = 18.40 \cm
  paper-width = 19.80 \cm
  paper-height = 8.60 \cm
  top-margin = 0.5 \cm
  bottom-margin = 0.5 \cm
  left-margin = 0.7 \cm
  right-margin = 0.5 \cm
  page-top-space = 0.0 \cm
  head-separation = 0.0 \cm
  after-title-space = 0.0 \cm
  indent = 0.0 \cm
}

#(set-global-staff-size 14.14)

global = {
  \override Score.BarNumber #'break-visibility = #'#(#f #t #t)
  \set Score.barNumberVisibility = #(every-nth-bar-number-visible 5 )
  \override Score.BarNumber #'self-alignment-X = #LEFT
}

tsMarkup = \markup {
  \override #'(baseline-skip . 0.5)
  \column { \number 3 \note #"4" #-1 }


}

sopranoVoice = \relative c' {
  \global
  \dynamicUp
  % Qui segue la musica.\key c \major
  \override Staff.TimeSignature #'style = #'default
  \override Staff.TimeSignature #'stencil = #(lambda (grob)
	  (grob-interpret-markup grob tsMarkup))
  \time 3/4
  d2 d4 |
  g2 g4 |
  f e2 |
  d2. |
  a'4 a d,|
  r a' a |
  a g2 |
  f4 e2 |
  \break
  \grace s4 d2. |

  a'4 a a |
  d,2.|

  d'2 d4 |
  c2 c4 |
  d2 d4 |
  a2. |
  d2 d4 |
  \break
  \grace s4 c2 c4 |
  d2 d4 |
  a2 d4 |
  e2 d4 |
  c b2 |
  a2. |
  r |

  d,2 d4 |
  \break
  g2 g4 |
  f e2 |
  d2. |
  a'4 a d,|
  r a' a |
  a g2 |
  f4 e2 |
  d2.
  \bar "|."
}

verse = \lyricmode {
  % Qui seguono le parole.
  \override LyricText #'self-alignment-X = #LEFT

  L'hom -- me, l'hom -- me, l'hom -- me~ar -- mé, l'hom -- me~ar -- mé, l'hom -- me~ar -- mé doibt on doub -- ter, doibt on doub -- ter.
  On a fait par -- tout cri -- er,
  que cha -- scun se vien -- gne~ar -- mer
  d'un hau -- bre -- gon de fer.
  L'hom -- me, l'hom -- me, l'hom -- me~ar -- mé, l'hom -- me~ar -- mé, l'hom -- me~ar -- mé doibt on doub -- ter.
}

\score {
  \new Staff \with {
    midiInstrument = "voice oohs"
  } { \sopranoVoice }
  \addlyrics { \verse }
  \layout {
    \context {
      \Lyrics
      \override LyricHyphen #'minimum-distance = #1.00
      \override LyricSpace #'minimum-distance = #1.00
    }
    \context {
      \Staff
      \override Clef #'space-alist #'time-signature = #'(minimum-space . 3.10)
      \override TimeSignature #'space-alist #'first-note = #'(extra-space . 3.0)
    }
    \context {
      \Score
      \override SpacingSpanner #'base-shortest-duration = #(ly:make-moment 1 8)
    }
  }
  \midi {
    \context {
      \Score
      tempoWholesPerMinute = #(ly:make-moment 120 4)
    }
  }
}
\version "2.12.3"

\header {
  % Elimina la tagline predefinita di LilyPond
  tagline = ##f
}

\paper {
  %#(set-paper-size "a4")
  line-width = 12.20 \cm
  paper-width = 13.40 \cm
  paper-height = 2.40 \cm
  top-margin = 0.5 \cm
  bottom-margin = 0.5 \cm
  left-margin = 0.5 \cm
  right-margin = 0.5 \cm
  page-top-space = 0.0 \cm
  head-separation = 0.0 \cm
  after-title-space = 0.0 \cm
  indent = 0.20 \cm
}

#(set-global-staff-size 14.14)


myclef = {
  \set Staff.clefGlyph = #"timesig.neomensural44"
  \set Staff.clefPosition = #-4
  \set Staff.middleCPosition = #-4
}

global = {
  \override Staff.TimeSignature #'transparent = ##t
  \set Score.defaultBarType = #"empty"
}

melody = \relative c'' {
  \global
  \myclef
  % Qui segue la musica.

  a1 a g e e g a c c c d \melisma c b \melismaEnd a
}

verse = \lyricmode
{
  \override LyricHyphen #'dash-period = #5.00
  Ter -- ri -- bi -- lis \skip1 est \skip1 lo -- cus \skip1 i -- ste
}
\score {
  \new Staff \with {
    midiInstrument = "voice oohs"
  } { \melody }
  \addlyrics { \verse }
  \layout {
    \context {
      \Score
      \remove "Bar_number_engraver"
    }
  }
  \midi {
    \context {
      \Score

      tempoWholesPerMinute = #(ly:make-moment 200 4)
    }
  }
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to