lilypond-user
[Top][All Lists]
Advanced

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

Re: Changing Tuning


From: Federico Bruni
Subject: Re: Changing Tuning
Date: Mon, 16 Jun 2014 19:13:20 +0200

Have you tried \stringTuning?
http://lilypond.org/doc/v2.18/Documentation/notation/common-notation-for-fretted-strings#custom-tablatures

Il 16/giu/2014 19:01 "Omer Katzir" <address@hidden> ha scritto:
I still couldn't really find how to change tuning, I did managed to change for french lute tabs, but it's in guitar tuning and six strings. works great but I need 10 strings, or at least 7) 

this is my code so far, I will be happy to get help. 

Thank You,
Omer Katzir
The Silent Troubadour - Http://omerkatzir.com

\version "2.18.2"


\header {

...

}

global = {

\key f \major

\time 4/4

}

upper = \relative c'{

\global

\voiceOne

 

notes 


}


lower = \relative c {

\global

\voiceTwo


notes


}

\score {

<<

\new StaffGroup = "tab with traditional" <<

\new Staff = "guitar traditional" <<

\clef "treble_8"

\context Voice = "upper" \upper

\context Voice = "lower" \lower

>>

\new TabStaff = "guitar tab" <<

\set TabStaff.tablatureFormat = #fret-letter-tablature-format

\context TabVoice = "upper" \upper

\context TabVoice = "lower" \lower

>>

>>

>>

}

\layout { } 





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