Re: Moving /downbow & /upbow to the tablature

2022-06-30 Thread Viktor Mastoridis
> > > > > > 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 > > > > You were almost there! > > \undo \omit Script > > Since removing t

Re: Moving /downbow & /upbow to the tablature

2022-06-30 Thread Jean Abou Samra
Le 30/06/2022 à 22:11, Viktor Mastoridis a écrit : 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 you

Re: Moving /downbow & /upbow to the tablature

2022-06-30 Thread Viktor Mastoridis
> > 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 >

Re: Moving /downbow & /upbow to the tablature

2022-06-30 Thread Valentin Petzel
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

Moving /downbow & /upbow to the tablature

2022-06-29 Thread 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 \n