Hello Viktor,

the reason for why you do not get these above the tablature is because the 
context definition for TabStaff (in ly/engraver-init.ly) explicitely sets a few 
stencils to #f. So to get Scripts in your TabStaff you’d want to do

melody = {c'2\downbow d'\upbow}
<<
   \new Staff \melody
 \new TabStaff \with {
   \revert Script.stencil
 } \melody
 >>

Cheers,
Valentin

Am Mittwoch, 29. Juni 2022, 20:03:40 CEST schrieb Viktor Mastoridis:
> Hello,
> 
> When combining standard notation and tablature, the down/upstroke symbols
> show above the notation.
> Is there a way to have them displayed above the tablature?
> Where the tablature is arranged beneath the notation?
> 
> \version "2.20.0"
> melody = {c'2\downbow d'\upbow}
> <<
>    \new Staff \melody
>  \new TabStaff \melody

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to