anders,
you're welcome. :)
On Tue, Jan 13, 2015 at 7:08 PM, and...@andis59.se
wrote:
> There's more than one way to skin a cat'
welcome to the wonderful world of lilypond. there are always many ways to
get the results you need. you'll just have to find the one that works best
for you. :)
reg
On 2015-01-12 21:54, and...@andis59.se wrote:
I want to write some music for Pedal Steel Guitar. Most player are using
tablature so I want to use it also. One of my problems is that the Pedel
Steel Guitar has pedals! They re-tune one or more strings when pressed.
Thank you both Pierre and Simo
Or even easier this way :
\version "2.19.11"
\header {
title="Pedal Steel Guitar - E9th"
}
PSGE-tuning = \stringTuning
Notes = { 2 e''4}
psgNotes = {
%%\set TabStaff.minimumFret = #8
\set TabStaff.restrainOpenStrings = ##t
%%\override StringNumber #'transparent = ##t
<<
e'2\6
Anders,
try this snippet:
%% SNIP HERE %%
\version "2.19.11"
\header {
title="Pedal Steel Guitar - E9th"
}
noPed = \set fretLabels = #'("0" "1" "2" "3" "4" "5" "6" "7" "8" "9" "10"
"11" "12" )
FPed = \set fretLabels = #'("0F" "1F" "2F" "3F" "4F" "5F" "6F" "7F" "8F"
"9F" "10F"
I want to write some music for Pedal Steel Guitar. Most player are using
tablature so I want to use it also. One of my problems is that the Pedel
Steel Guitar has pedals! They re-tune one or more strings when pressed.
(There is of cause no standard on how many pedals or which strings they
retu