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: Fri, 27 Aug 2021 08:27:55 +0200

Oui oui les crochets des barres de répétition
ajouter dans le
layout  {
\context {
\Score
\context {
    \Score
    startRepeatType = #"[|:"
    endRepeatType = #":|]"
    }
}
}

http://lilybin.com/qh4ckx/10

Modification des barres de mesure par défaut
https://lilypond.org/doc/v2.23/Documentation/snippets/repeats.fr.html


Le jeu. 26 août 2021 à 23:59, jean-christophe <jean-christophe@minix-c11.org> a écrit :
mesure 1 et mesure 2 en dessous du titre...


Le jeudi 26 août 2021 à 23:54 +0200, Martial R a écrit :

je ne vois plus de différence

%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.19.48"

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

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

    c16\4 g'8\2 c,16\4 a'4\2
    }
        \oneVoice  <g,, b d g b g'>2. 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
\bar "||"
    }
        \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 g2. s4
  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"
  arranger = "Pascal"
}
\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 jeu. 26 août 2021 à 23:38, Martial R <martialr@gmail.com> a écrit :

Version "2.19.48"
cependant je teste avec la version "2.23.3"  sous linux ...
%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.19.48"

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

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

    c16\4 g'8\2 c,16\4 a'4\2
    }
        \oneVoice  <g,, b d g b g'>2. 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 g2. s4
  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"
  arranger = "Pascal"
}
\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 jeu. 26 août 2021 à 23:34, Martial R <martialr@gmail.com> a écrit :
oops désolé le copier avait  coupé le \header

moi je n'ai pas de bug avec Lilybin

je ne comprends pas ce que vous voulez avec
_________   _____________
| 1....             | 4.


Le jeu. 26 août 2021 à 23:26, Martial R <martialr@gmail.com> a écrit :
Il faut mettre

 arranger = "Pascal"
dans le
\header
{

}

Le jeu. 26 août 2021 à 23:23, jean-christophe <jean-christophe@minix-c11.org> a écrit :
ok j'obtiens ça : 

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

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

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

    c16\4 g'8\2 c,16\4 a'4\2
    }
        \oneVoice  <g,, b d g b g'>2. 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 g2. s4
  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"
  arranger = "Pascal"
}
\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
}
%%%%%%%%%%%%%%%%%%%%%%%%%

il y a des bug avec lilybin ...

reste plus que les _________   _____________
                                | 1....             | 4.
et tous est bon je pense...



Le jeudi 26 août 2021 à 23:02 +0200, Martial R a écrit :
melodie =   \relative c {
\global
\repeat volta 2 {
mesure 1
}  % fin du retour
....
....
}  intro

voir la partition ici



Le jeu. 26 août 2021 à 22:34, jean-christophe <jean-christophe@minix-c11.org> a écrit :
j'ai ajouter la modif...

comment je fait pour faire les retour entre mesure 1 et la dernière mesure pour l'intro ?
et comment je fait les ________________________   __________________  ??
                                         | 1.2.3                                        | 4


Le jeudi 26 août 2021 à 22:25 +0200, Martial R a écrit :
> je ne sais pas comment faire les retour comme montré sur la partition papier...
> il faudrait aussi ajouter le nom de l'arrengueur, mon prof de guitare...


Pour l'arrangeur c'est ainsi : 
\header {
arranger = "nom de l'arrangeur" 
}


tout sur les titres dans la doc  ici

Pour les retours je ne comprends pas la question ils sont présent  dans la partition corrigé par Christophe Pochon. 






--
Martial Rameaux



--
Martial Rameaux



--
Martial Rameaux





--
Martial Rameaux


reply via email to

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