lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Moving /downbow & /upbow to the tablature


From: Viktor Mastoridis
Subject: Re: Moving /downbow & /upbow to the tablature
Date: Thu, 30 Jun 2022 21:11:51 +0100

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
 
Ah, I was looking for that formula!
I tried '\undo \hide Script' and similar, but this is a bit above my paygrade:-)

Thank you so much, Valentin.
---
Viktor
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]