Re: [tablatures] snippet "Slides in tablature", NR 2.4.1 |
[ Thread Index |
Date Index
| More lilynet.net/tablatures Archives
]
Am 17.04.2011 um 18:35 schrieb Federico Bruni:
> Il giorno dom, 17/04/2011 alle 16.58 +0200, Patrick Schmidt ha scritto:
>>> Anyway I believe that if you want to hide a note in Staff, you want
>> to
>>> hide the number in TabStaff as well. To me this is the main bug!
>>> I hope that Patrick will jump in and share his opinion on this
>> matter.
>> In December 2010 I made a draft that contained the necessary changes.
>> See
>> http://codereview.appspot.com/3590041/diff/11001/ly/property-init.ly
>> I probably simply forgot to add these changes to the final draft of
>> the patch harmonics and slides (issue 3590041). Feel free to add these
>> two lines to /ly/property-init.ly and make a patch.
>
> Simple! :-)
>
> Last year I found out that I had to set TabNoteHead whiteout property to
> false when I make the TabNoteHead transparent:
> http://lilypond-s-support-for-tablatures.3383434.n2.nabble.com/Re-tie-bug-in-2-13-10-td4291079.html#a4292853
>
> I have the suspect that this is no more necessary.
> Can you confirm it?
Yes and no: ties are still visible in tab staves when using \hideNotes:
\version "2.13.59"
bug = {
\hideNotes
g4\3~g4\3
\unHideNotes
c'4\3
}
\new TabStaff { \bug }
<<
\new Staff { \bug }
\new TabStaff { \bug }
>>
>
> Valentin, the slide snippet can be left as it was.
> Can you make the patch for property-init.ly?
>
> Anyway, the bug of \hideNotes in tablature remains:
> http://code.google.com/p/lilypond/issues/detail?id=1459
True!
>
> Thanks,
> Federico
>