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: Valentin Petzel
Subject: Re: Moving /downbow & /upbow to the tablature
Date: Thu, 30 Jun 2022 11:17:30 +0200

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

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