lilypond-user
[Top][All Lists]
Advanced

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

Re: Renaissance lute and tab


From: Marc Hohl
Subject: Re: Renaissance lute and tab
Date: Mon, 18 Jul 2011 11:37:44 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11

[sorry; forgot to cc to list]

Am 18.07.2011 00:01, schrieb Mario Moles:

Hi!

I'm sorry!

My intelligence is limited!

I don't understand whether to do to have fis=0 in the tab with make-pitch

for renaissance lute!


What about

\set TabStaff.stringTunings = #guitar-lute-tuning

?


HTH,

Marc

Thank's

\version "2.15.5"

mynotes = {

e4 a d' g'

b' e''

}

<<

\new Staff {

\clef treble

\mynotes

}

\new TabStaff {

\set TabStaff.stringTunings = #`( ,(ly:make-pitch 1 2 0)

,(ly:make-pitch 0 6 0)

,(ly:make-pitch 0 4 0)

,(ly:make-pitch 0 1 0)

,(ly:make-pitch 0 -2 0)

,(ly:make-pitch -1 0 2))

\mynotes

}

>>


--

oiram/bin/selom

MkarlM-HomePage <http://mariomoles.altervista.org/>


_______________________________________________
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]