Re: [tablatures] side fingerings and space between numbers

[ Thread Index | Date Index | More lilynet.net/tablatures Archives ]


Il 07/01/2010 23:39, Carl Sorensen ha scritto:
I'm not positive that I understand your concern.


you have understood perfectly

If both a Staff and a TabStaff are present (like in your example), it seems
to me that we want the tab numbers to match up with the notes on the Staff,
so we'll have less than desired spacing in the TabStaff.


I missed this point, now I can understand the behaviour of LilyPond

If you only want to turn off fingering indications in the TabStaff, you'll
want to do this:

new StaffGroup<<
   \new Staff {
     \leftfingering
   }
   \new TabStaff {
     \override Fingering #'stencil = ##f
     \leftfingering
   }
>>
This works, but the TabStaff spacing will be off because it will match up
with the Staff spacing.

If you eliminate the Staff, and just have the TabStaff, then things should
work fine.


Oh, I see.
I thought that the "stretching" of numbers was caused by a fingering number made trasparent in TabStaff. Now I understand that LilyPond makes this stretching to align the notes on Staff to the numbers in TabStaff.


In a word, \override Fingering #'stencil = ##f is useless
The only way to avoid this stretching is either removing Staff or placing the fingerings up or down (not aside of a note).

Thanks for the explanation.

Federico
--
http://gnurag.net/blog/
http://fsfe.org/
http://groups.fsf.org/wiki/LibrePlanetItalia




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/