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

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

Re: notation dans tablature


From: Jean Abou Samra
Subject: Re: notation dans tablature
Date: Sun, 30 Oct 2022 09:52:43 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.1

Le 29/10/2022 à 18:01, Christian LE BARS a écrit :
j'aimerai inscrire un side-axis dans mon code , je n'ai pas su trouver la syntaxe dans la doc!

Quelqu'un peut-il m'éclairer?

voici mon code:

[...]

Je voudrais que ce side-axis concernent les 2 do entre les chevrons.




Bonjour Christian,

Une solution :

\version "2.22.2"

%--------------------------------
lesTablatures =
 \new TabStaff
  \with
   {
    \override TabNoteHead.transparent = ##t
    \consists New_fingering_engraver
    \override StrokeFinger.whiteout = ##t
    \override StrokeFinger.side-axis = #X
    \override StrokeFinger.X-offset = #ly:self-alignment-interface::centered-on-x-parent
    }
  {
   \tabFullNotation
   \numericTimeSignature

   < c'\rightHandFinger#3
   c\rightHandFinger#1  >4

   g8\rightHandFinger#2 c'\rightHandFinger#3
   e\rightHandFinger#1 e'\rightHandFinger#4
   g4\rightHandFinger#2
  }
%----------------------------
\score
{
 \lesTablatures
  \layout
   {
    #(layout-set-staff-size 30)

  }
}




Cordialement,
Jean





reply via email to

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