\absolute, was Re: Stop Tablature from moving up an octave

2020-02-17 Thread David Wright
Opinions here aren't aimed at P-L G. The example just illustrates what I see as a problem. On Sat 15 Feb 2020 at 10:39:57 (-0500), Pierre-Luc Gauthier wrote: > Guitar (like the bass) is a transposing instrument. > > The Tab part though is not transposing (obviously). > > \version "2.21.0" > >

Re: bar number on choir staff group and piano staff group

2020-02-17 Thread yming tsang
Hi Torsten, Thank you for the solution. I code \consists "Bar_number_engraver" In the piano staff. Is this the right place Thanks, Ming Sent from Mail for Windows 10

Re: How to increase the "gap" between SATB group of staves and basso continuo staff ?

2020-02-17 Thread Ziad Gholam
Hello again, As I searched more thoroughly into LP Online initiation Manual, I found the answer using : \new ChoirStaff \with { \override StaffGrouper. staffgroup-staff-spacing.basic-distance = #15 } Thus, the whole group od staves will be separated from the following group/staff

Re: How to increase the "gap" between SATB group of staves and basso continuo staff ?

2020-02-17 Thread Ziad Gholam
Thanks! I am going to download and istall version 2.19.84 and then I shall try to execute your script ... __ Cordialement, Ziad GHOLAM . Le lun. 17 févr. 2020 à 17:20, Kieren MacMillan < kieren_macmil...@sympatico.ca> a écrit : > Hi Ziad, > > > Thanks for the clue ... > > Unfortunately,

Re: How to increase the "gap" between SATB group of staves and basso continuo staff ?

2020-02-17 Thread Kieren MacMillan
Hi Ziad, > Thanks for the clue ... > Unfortunately, It did not work ! Without you posting an MWE, how can we possibly diagnose the problem? My suggestion seems to work perfectly for me: %%% \version "2.19.83" \score { << \new Staff { c' } \new FiguredBass \figuremode { < 6 >4 }

Re: How to increase the "gap" between SATB group of staves and basso continuo staff ?

2020-02-17 Thread Aaron Hill
On 2020-02-17 7:29 am, Ziad Gholam wrote: So I tried adding a \context { \FiguredBAss and the \override ... with several numbers : #30 and #40 ... Unfortunately, It did not work ! Le lun. 17 févr. 2020 à 16:04, Kieren MacMillan < kieren_macmil...@sympatico.ca> a écrit : \layout { \context

Re: How to increase the "gap" between SATB group of staves and basso continuo staff ?

2020-02-17 Thread David Kastrup
Ziad Gholam writes: > Hello, to all the lilyponders ! > > > Sorry if the issue have already been delt with... > > I am working on a music score for SATB & basso continuo (figured bass) : > I would like to enforce LilyPond to increase the gap (or spacing) between > the SATB voices and the basso

Re: How to increase the "gap" between SATB group of staves and basso continuo staff ?

2020-02-17 Thread Ziad Gholam
Hello Thanks for the clue ... I already have this my \layout section : \context { \Score figuredBassFormatter = #format-bass-figures } So I tried adding a \context { \FiguredBAss and the \override ... with several numbers : #30 and #40 ... Unfortunately, It did not work ! Thanks anyway .

Re: How to increase the "gap" between SATB group of staves and basso continuo staff ?

2020-02-17 Thread Kieren MacMillan
Hi Ziad, > I am working on a music score for SATB & basso continuo (figured bass) : > I would like to enforce LilyPond to increase the gap (or spacing) between the > SATB voices and the basso continuo staff ... > I think that the spacing should be at least twice the one the separate two >

How to increase the "gap" between SATB group of staves and basso continuo staff ?

2020-02-17 Thread Ziad Gholam
Hello, to all the lilyponders ! Sorry if the issue have already been delt with... I am working on a music score for SATB & basso continuo (figured bass) : I would like to enforce LilyPond to increase the gap (or spacing) between the SATB voices and the basso continuo staff ... I think that the

Re: bar number on choir staff group and piano staff group

2020-02-17 Thread Torsten Hämmerle
Hello Ming, It is sufficient to include the Bar_number_engraver into the \with statement of the upper Staff of the PianoStaff, as in bar-number-staffgroup.png ChoirStaff does not need special treatment in this