Hi Jean-Christophe,
How about:

%%%
\version "2.24.2"
\include "predefined-guitar-fretboards.ly"

global = {
  \clef "moderntab"
  \time 4/4
  s1*32
  \bar "|."
}

guitarVoiceOne = {
  \voiceOne
  c'4 d' e' f' g'
}

guitarVoiceTwo = {
  \voiceTwo
  c4 d e, f, g,
}

grille = \chordmode {
  c1 g
}

\paper {
  system-count = 7
  system-system-spacing.basic-distance = 20
}

\header {
  title = "Guitar Sheet"
}

\score {
  <<
    \new FretBoards
       \grille
    \new TabStaff <<
      \global \\ \guitarVoiceOne \\ \guitarVoiceTwo
    >>
  >>
  \layout {
    indent = 10
  }
}
%%%

HTH, Cheers,
Pierre

Le mar. 28 mai 2024 à 01:35, Jean-Christophe Énée <
jean-christo...@blues-softwares.net> a écrit :

> hello,
> i would like have a schem to create guitar sheet with tab and grille
>
>

Reply via email to