Hi Alex, thanks for your kind response.
It works, but there's too much space between the string names and the tab.
I attach a .ly file for you to see the result.
Is there a way to move the string names a bit to the right?
Thanks again.
Fulvio
2014/1/8 Alex Loomis <[email protected]>
> The Frescobaldi website says to post feature requests here.
> https://github.com/wbsoft/frescobaldi/issues
>
>
> On Sun, Jan 5, 2014 at 2:12 PM, Fulvio Turra <[email protected]>wrote:
>
>> Federico hit the point. I forgot to mention in my first message that
>> Frescobaldi is the editor I use and a custom tuning generator would be a
>> very nice addition!
>> Regards.
>>
>> Fulvio
>>
>>
>>
>> 2014/1/5 Federico Bruni <[email protected]>
>>
>>> 2014/1/5 David Kastrup <[email protected]>
>>>
>>>> I think that extending the tunings for "unorthodox" tunings is pretty
>>>> pointless since that makes finding the needed information harder, and
>>>> since it results in basically random selection of predefined tunings.
>>>>
>>>> The point here is more that it is _trivial_ to do your own tuning, by
>>>> writing something like
>>>>
>>>> \new TabStaff \with { stringTunings = \stringTuning <c, g, d g b d'> }
>>>> { ... }
>>>>
>>>> It is much faster to write this down rather than searching through
>>>> preexisting tuning tables to find a particular unorthodox tuning.
>>>>
>>>
>>> I agree.
>>> But a custom tuning generator in Frescobaldi wizard would be nice:
>>> https://github.com/wbsoft/frescobaldi/issues/342
>>>
>>>
>>
>> _______________________________________________
>> lilypond-user mailing list
>> [email protected]
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>>
>>
>
\version "2.18.0"
mienote = { bes,, a, d g a e' r2 }
<<
\new Staff {
\clef "G_8"
\key bes \major
a'8\harmonic^\markup harm.......... a'8\harmonic a''8\harmonic e''8\harmonic c'''2\harmonic
}
\new TabStaff {
\clef moderntab
\set TabStaff.instrumentName = \markup { \override #'(baseline-skip . 1.5) \column \fontsize #-4.5 \sans { E A D G A Bb }}
\set Staff.stringTunings = \stringTuning <bes,, a, d g a e'>
\harmonicByFret #5 a'8\5
\harmonicByFret #7 a'8\4
\harmonicByFret #5 a''8\3
\harmonicByFret #7 e''8\2
\harmonicByFret #7 c'''2\1
}
>>_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user