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

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

Re: Tab pour gaucher


From: Pierre Perol-Schneider
Subject: Re: Tab pour gaucher
Date: Tue, 20 Sep 2022 07:04:39 +0200

On peut aussi faire -- en reprenant l'ex. de Martial :

\version "2.22.2"

custom-tuning = \stringTuning <e' b g d a, e,>

EADGBE = \markup {
 \hspace #7
 \bold \huge
 \fontsize #-6.4
  \override #'(font-name . "Linux")
  \center-column
 {
  %"E" "B" "G" "D" "A" "E"
  E A D G B E
 }
}
%%-------------------------------------------
music = { c8\2 e\3 g\4 c'\5 <c\2 e\3 g\4 c'>4\arpeggio }
<<
 \new Staff \with { \omit StringNumber } {
  \clef "treble_8"  \music
 }
 \new TabStaff \with {
  instrumentName = \markup \EADGBE
  stringTunings = #custom-tuning
  \tabFullNotation
  \omit TimeSignature
 }
 {
  \clef moderntab \music
 }
>>

On retrouve ce type de notation dans certaines éditions du xixeme.
Cordialement,
Pierre

Le mar. 20 sept. 2022 à 06:54, Pierre Perol-Schneider <pierre.schneider.paris@gmail.com> a écrit :
Bonjour JPierre,
Ne s'agirait-il pas plutôt de diagramme pour gaucher ?
E.g :

\markup
  \center-column {
    "C"
    "(gaucher)"
     \override #`(fret-diagram-details . ((handedness . ,LEFT)))
     \fret-diagram "6-x;5-3-3;4-2-2;3-o;2-1;1-o;"
  }

cf. : https://lilypond.org/doc/v2.22/Documentation/notation/common-notation-for-fretted-strings
Cordialement,
Pierre

Le lun. 19 sept. 2022 à 18:37, achar <jpi.a@free.fr> a écrit :
Bonjour.

Est-il possible d'écrire des tablatures pour guitariste gaucher ?

Merci d'avance.

Bonne soirée.

JPierre



reply via email to

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