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" <kome...@gmail.com> 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
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to