lilypond-user-fr
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: father and son picking


From: Martial R
Subject: Re: father and son picking
Date: Wed, 25 Aug 2021 08:44:18 +0200


modif avec "Intro"
http://lilybin.com/qh4ckx/2

%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.18.2"

global = {
  \key c \major
  \time 4/4
  \tempo 4=54
}

melodie = \relative c' {
  \global
%  \shiftOn
    <g, b d g b g'>8. <g b d g b g'>16
    <g' a, e' g, c' e>16 <g a, e' g, c' e>8.

    c16\4 g'8\2 c,16\4 a'4\2
        \oneVoice r2 r4 b,8 c
    \voiceOne
    \repeat volta 4 {

    d8. c16 b c d8 <d, a' b, d' fis>4 b'8 c

    d4 d16 d8 e16 (e) (g,8.) g8 a

    b4 g8 a b4 c8 b
    }
        \alternative {

        {
         b8 a16 a (a) g a8
        <d, a' d fis>4 b'8 c
        }
        {
    b8 a16 g (g8) d16 g r4 r8  g16 b (
    }
        }
        \time 3/4 b4.) b8 b a16 g  \bar "|."
}

basse = \relative c {
  \global
%  \shiftOn %décale les têtes de notes

  s1 %silence invisible
  s
  g2 s2 <c e g>2
  %s16
  <a e' g>2
  %s8
  <g d' g>2
  %s16
  <e e' g>2
 % s16
  <a e' a>2
  s
  <d a'>4
  <g, b d>2
  s4 s4. <d' a'>8 <c e>4
  \stopStaff s4-\markup \column { \null \bold "Intro" \null }
}

Accord = \chordmode {
  s1 s1
  g2 b:m7
  c a:m7
  g e:m
  a:m d

  d4 g2.
  d2 c4
}

\score {
  \new StaffGroup \with {
    \consists "Instrument_name_engraver"
    %instrumentName = "Guitare Jazz"
  } <<
    \new ChordNames { \Accord }
    \new Staff \with {
      midiInstrument = "electric guitar (jazz)"
    } { \clef "treble_8" << \melodie \\ \basse >> }

    \new TabStaff \with {
      stringTunings = #guitar-tuning
      instrumentName = \markup \bold \fontsize #-6 \column {
      "E""B""G""D""A""E"
      }
    } <<
      \new TabVoice { \voiceOne \melodie }
      \new TabVoice { \voiceTwo \basse }
    >>
  >>
  \layout {
    \context {
      \Voice
      \consists Pitch_squash_engraver
    }
  }
}

%-----------------------------------
\header {
 title = "Father and Son"
 composer = \markup \bold "Cat Stevens"
 
}
\paper {
 top-margin = 20 % marge du haut
 line-width = 180 % largeur des lignes
 markup-system-spacing.basic-distance = #20 %espace entre le bas du header et le 1er system
 system-system-spacing.basic-distance = #20 %espace entre les systemes
 ragged-bottom = ##t
}
%%%%%%%%%%%%%%%%%%%%%%%%%

Le mer. 25 août 2021 à 00:20, Martial R <martialr@gmail.com> a écrit :
petites modif de mise en forme
à ajouter avant ou après \score
%%%%
\header {
 title = "Father and Son"
 composer = \markup \bold "Cat Stevens"
 tagline = "cour de guitare"
}
\paper {
 top-margin = 20 % marge du haut  
 line-width = 180 % largeur des lignes
 markup-system-spacing.basic-distance = #20 %espace entre le bas du header et le 1er system
 system-system-spacing.basic-distance = #20 %espace entre les systems
 ragged-bottom = ##t
}
%%%

Ajouter entre les parenthèses de  \new TabStaff \with { .....  }
%%
 instrumentName = \markup \bold \fontsize #-6 \column { "E""B""G""D""A""E"  }
%%

Reste intro à mettre... là  je vais au lit :-)


Le dim. 22 août 2021 à 19:34, jean-christophe <jean-christophe@minix-c11.org> a écrit :
quelque petite modif a mettre un forme mais je ne sais pas comment...

%\language "english"
\version "2.18.2"



global = {
  \key c \major
  \time 4/4
  \tempo 4=54
}

melodie = \relative c' {
  \global
%  \shiftOn



    <g, b d g b g'>8. <g b d g b g'>16
    <g' a, e' g, c' e>16 <g a, e' g, c' e>8.

    c16\4 g'8\2 c,16\4 a'4\2
        \oneVoice r2 r4 b,8 c
    \voiceOne
    \repeat volta 4 {

    d8. c16 b c d8 <d, a' b, d' fis>4 b'8 c

    d4 d16 d8 e16 (e) (g,8.) g8 a

    b4 g8 a b4 c8 b



    }
        \alternative {

        {
         b8 a16 a (a) g a8
        <d, a' d fis>4 b'8 c
        }
        {
    b8 a16 g (g8) d16 g r4 r8  g16 b (
    }
        }
        \time 3/4 b4.) b8 b a16 g  \bar "|."


}

basse = \relative c {
  \global
%  \shiftOn %décale les têtes de notes

  s1 %silence invisible
  s
  g2 s2 <c e g>2
  %s16
  <a e' g>2
  %s8
  <g d' g>2
  %s16
  <e e' g>2
 % s16
  <a e' a>2
  s
  <d a'>4
  <g, b d>2
  s4 s4. <d' a'>8 <c e>4
}

Accord = \chordmode {
  s1 s1
  g2 b:m7
  c a:m7
  g e:m
  a:m d

  d4 g2.
  d2 c4
}

\score {
  \new StaffGroup \with {
    \consists "Instrument_name_engraver"
    %instrumentName = "Guitare Jazz"
  } <<
    \new ChordNames { \Accord }
    \new Staff \with {
      midiInstrument = "electric guitar (jazz)"
    } { \clef "treble_8" << \melodie \\ \basse >> }

    \new TabStaff \with {
      stringTunings = #guitar-tuning
    } <<
      \new TabVoice { \voiceOne \melodie }
      \new TabVoice { \voiceTwo \basse }
    >>
  >>
  \layout {
    \context {
      \Voice
      \consists Pitch_squash_engraver
    }
  }
}

Le vendredi 23 juillet 2021 à 15:29 +0200, jean-christophe a écrit :
> salut,
>
> j'ai une partition papier de mon prof de gratte et j'aimerai la
> mettre
> au propre avec lily...
>


--
Martial Rameaux



--
Martial Rameaux


reply via email to

[Prev in Thread] Current Thread [Next in Thread]