On Tue, 2024-05-28 at 06:20 +0200, Pierre Perol-Schneider wrote: > (Please be careful to respond to the list.) > > For the rythm you can check: https://lsr.di.unimi.it/LSR/Item?id=1054 ok it's that i was searching > A picture of what you'd like to achieve could help us to give you > more precise solution. > Starting with the tutorial could also be helpful > (https://lilypond.org/doc/v2.24/Documentation/learning/index.fr.html) i will do this
> HTH, cheers, > Pierre > > PS. There is also a French list for more help: > https://lilypond.community/ no like forum cheers P.S. at the same i pratice my english > > Le mar. 28 mai 2024 à 05:50, Jean-Christophe Énée > <jean-christo...@blues-softwares.net> a écrit : > > time signature is ok but need rythme > > > > On Tue, 2024-05-28 at 05:42 +0200, Pierre Perol-Schneider wrote: > > > %%% > > > \version "2.24.2" > > > \include "predefined-guitar-fretboards.ly" > > > > > > global = { > > > \clef "moderntab" > > > \time 4/4 > > > \numericTimeSignature > > > 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 > > > \context { > > > \TabStaff > > > \revert TimeSignature.stencil > > > } > > > } > > > } > > > %%% > >