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

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

Re: Tablature de guitare


From: martial
Subject: Re: Tablature de guitare
Date: Thu, 10 Dec 2020 10:05:37 -0700 (MST)

Bonjour,

logiciel simple Tuxguitar gratuit  opensource
pas de difficulté( si on n'est pas allergique à la souris)
https://sourceforge.net/projects/tuxguitar/files/TuxGuitar/TuxGuitar-1.5.4/  

ma proposition 
%%%%%%%%%%%%%%%%%
% les accrods de guitare prédéfini
\include "predefined-guitar-fretboards.ly"

accords = \chordmode {
  \set chordChanges = ##t
        c1 g2:7 g1:7 c2 c1 f2 f4 c2 g4:7 c 
}

music = \relative { 
\time 3/4   
    \tempo "Intro"
     \partial 4  g8. g16
        a4  g4 c
        b2 g8. g16
        a4 g4 d'
        c2  g8. g16 \break
        g'4 e4 c
        b4 a4
        f'8. f16  
        e4 c d  
        c2 
}

%la partition
\score {
  <<
  \new ChordNames { \accords }
  \new TabStaff {
    \clef "moderntab"
    \tabFullNotation
     \music
  }
  >>
  \layout {
    indent = 0
  }
  \midi {  }
}



%les accords utilisés affichés sous la tablature
lesAccordsdelatabalature = \chordmode { c4  f   g:7 g  } 
\markup {
  \fill-line {
    \score {
      <<
        \chords { \lesAccordsdelatabalature }
        \new FretBoards {
         % \override FretBoards.FretBoard.size = #2.0
         % \override FretBoard.fret-diagram-details.barre-type = #'straight
          %\override FretBoard.fret-diagram-details.finger-code = #'in-dot
         % \override FretBoard.fret-diagram-details.dot-color = #'red
           \lesAccordsdelatabalature
        }
      >>
    }
  }
}

%%%%%%%%%%%%%%%%

version unstable
http://lilybin.com/382rdm/2 



-----
♫artial♪
--
Sent from: http://lilypond-french-users.1298960.n2.nabble.com/



reply via email to

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