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: jean-christophe
Subject: Re: father and son picking
Date: Sun, 08 Aug 2021 17:53:52 +0200
User-agent: Evolution 3.36.5-0ubuntu1

la liainson est entre l'accord et la melodie c'est là qu'est le hic...


Le dimanche 08 août 2021 à 17:47 +0200, Martial R a écrit :
Les liaisons se font après les notes ou accords 
g8. (  g8) 

(g8.) g8 main en liaison avec l'accord....



Le dim. 8 août 2021 à 17:07, jean-christophe <jean-christophe@minix-c11.org> a écrit :

salut,
j'ai fait ça, simplement j'ai une mauvaise liaison sur (g,8.) la liaison si vous reprennez le jpg et sur la partie accord...
comment faire ??


%\language "english"
\version "2.20.0"



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

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

  c'16 f8 c16 g'4
 
  r2 r4 b,8 c
  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
  b8 a16 a (a) g a8
  <d, a' d fis>4 b'8 c
}

basse = \relative c {
  \global
%  \shiftOn %décale les têtes de notes 
  
  s1 %silence invisible
  s
  g2 s2 <g' e c>2
  %s16
  <g a,>2
  %s8
  <g d g,>2
  %s16
  <g e e,>2
 % s16
  <a e a,>2
}

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

\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 { }
}


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...

pour l'instant j'ai ça :

\version "2.22.1"

up = \upbow
do = \downbow

musique = \relative c {

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

}

\score {
  <<
    \new Staff { \clef "treble_8" \musique }
    \new TabStaff { \musique }
  >>
  \layout {}
}

j'aimerai que la ligne de basse soit qu'une seul note au lieux de toute
les croches lié.

y mettre le 4/4 et le nom des accord

je ne suis pas très expérimenté sous lily pouvez vous m'aider ?
en pièces jointe le pdf et le jpg de la partition papier.

bien à vous,
jean-christophe.

reply via email to

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