Hi Omer

you forgot to reply to the list.
No, we've never received your file. Please send us a minimal example (if
possible) and we'll try to help you.

Anyway, is this the 10 string lute tuning?
http://en.wikipedia.org/wiki/Lute#mediaviewer/File:Tuning-ren.png

It should be something like this:

\version "2.18.2"


music = {

c,16 d, e, f, g, c f a d' g'

}


\score {

\new StaffGroup <<

\new Staff { \clef "treble_8" \music }

\new TabStaff \with {

stringTunings = \stringTuning <c, d, e, f, g, c f a d' g'>

} \music

>>

}





2014-06-16 19:35 GMT+02:00 Omer Katzir <[email protected]>:

> well, yes, not sure why, but now it works (my file was corrupted I'm not
> even sure I sent you guys the working version)
>
> Now there's two things I need if possible.
> 1. Is it possible to fine tune it, like removing the extra tab lines? lute
> tabalture has 6 like just like guitar, the 7th string is written below the
> lowest bass, the 8th is a\ (the \ is above the note, don't have it on this
> keyboard) 9th is b\\ (two lines) and 10th is a\\\ (three lines)
> 2. is it possible to fine tune the strings using Hz (assuming equal
> temperament)?
>
> Thank You again,
> Omer Katzir
> The Silent Troubadour - http://omerkatzir.com
>
>
> On Mon, Jun 16, 2014 at 8:13 PM, Federico Bruni <[email protected]>
> wrote:
>
>> 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" <[email protected]> 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
>>> [email protected]
>>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>>>
>>>
>
>
> --
> Thank You,
> Lumikor of the Catshire
> aka Omer Katzir
>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to