lilypond-user
[Top][All Lists]
Advanced

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

Re: customize instrument tuning


From: BB
Subject: Re: customize instrument tuning
Date: Sun, 20 Dec 2015 16:38:23 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.4.0

I did it this way: (not optimal, but works)

\version "2.19.20"

#(set-global-staff-size 30)

cMajor = { <c e g> }

\score {

<<

\new Staff {

\relative c'' {

\cMajor }

}

\new FretBoards

%\set Staff.stringTunings = #cuatroTuning

\with { stringTunings = \stringTuning < e, as, c e as c'> }

{\cMajor}

\new TabStaff \with { stringTunings = \stringTuning < e, as, c e as c'> }

\relative c' {

%\set TabStaff.stringTunings = #cuatroTuning

\cMajor }

>>

\layout {

\context {

\Score

}

}

}



On 20.12.2015 15:12, BB wrote:
M3Tuning = e as c e as c


reply via email to

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