lilypond-user
[Top][All Lists]
Advanced

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

Re: Tablature (Pedal Steel again) - Change lines


From: Pierre Perol-Schneider
Subject: Re: Tablature (Pedal Steel again) - Change lines
Date: Tue, 13 Jan 2015 20:17:51 +0100

How about :

\version "2.19.11"

\header {
  title="Pedal Steel Guitar - E9th"
}


PSGE-tuning = \stringTuning <
  c,,,% this tune's only to show one more string
  b, d e fis gis b e' gis' dis' fis'>
 
Notes = \transpose c c' { <e a cis'>2 e'4}

psgNotes = {
  %%\set TabStaff.minimumFret = #8
  \set TabStaff.restrainOpenStrings = ##t
  %%\override StringNumber #'transparent = ##t
  <<
    e'2\6
     \tweak TabNoteHead.stencil #(lambda (grob)
          (grob-interpret-markup grob #{ \markup\lower #.6 "8A" #}))
    g'2\5
    \tweak TabNoteHead.stencil #(lambda (grob)
          (grob-interpret-markup grob #{ \markup\lower #.6 "8F" #}))
    c''2\4
  >>
  e''4\4
}

\score {
  <<
    \new Staff { \clef "G" \key a \major \time 3/4 \Notes }
    \new TabStaff \with
    { stringTunings = \PSGE-tuning }
    {
      \psgNotes
    }
  >>
  \layout {
    \context {
      \TabVoice
      \override TabNoteHead.extra-offset = #'(0 . -.5)
      \override TabNoteHead.font-size = #-3
      \override TabNoteHead.whiteout = ##f
    }
  }
}


HTH,
Pierre


2015-01-13 19:18 GMT+01:00 address@hidden <address@hidden>:
I have one more "problem" with creating tablature for Pedal Steel Guitar. That is one of conventions. Pedal Steel Guitarist are used to have the tab not between the lines not (as the rest of the world) on the lines. See psg-tab2.png

The reason if of cause that is easier to read the letter when there isn't a line through them.

Is there someway of changing this in Lilypond?

// Anders
--
English isn't my first language.
So any error or strangeness is due to the translation.
Please correct my English so that I may become better.

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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