Re: Alignment of ‘non-extremal’ bass figures

2016-01-16 Thread Simon Albrecht
On 16.01.2016 12:16, Thomas Morley wrote: 2016-01-16 0:44 GMT+01:00 Simon Albrecht: >Hello, > >does anyone know how to vertically align the 9 and 8 in the following >example? > >\version "2.19.35" >\score { > << > { s1 } > \figures { > <10 9>4 <8> > } > >> >} > >TIA, Simon

Re: Alignment of ‘non-extremal’ bass figures

2016-01-16 Thread Simon Albrecht
On 16.01.2016 12:48, Richard Shann wrote: The syntax Denemo uses is this <10 9>4 \once \override Staff.BassFigureAlignmentPositioning #'Y-offset = #'7 You could use Staff.BassFigureAlignmentPositioning.Y-offset here – unless you want to support 2.16 syntax, but other than that there’s no reaso

Re: Alignment of ‘non-extremal’ bass figures

2016-01-16 Thread Richard Shann
The syntax Denemo uses is this <10 9>4 \once \override Staff.BassFigureAlignmentPositioning #'Y-offset = #'7 <8>4 Interestingly, with the figures above the notes, following the heights of the notes (i.e. the 18th c style figures) no override is needed for this example. LilyPond's default style

Re: Alignment of ‘non-extremal’ bass figures

2016-01-16 Thread Thomas Morley
2016-01-16 0:44 GMT+01:00 Simon Albrecht : > Hello, > > does anyone know how to vertically align the 9 and 8 in the following > example? > > \version "2.19.35" > \score { > << > { s1 } > \figures { > <10 9>4 <8> > } > >> > } > > TIA, Simon Hi Simon, aligning 9 and 8 makes

Re: Alignment of ‘non-extremal’ bass figures

2016-01-16 Thread Pierre Perol-Schneider
Hi Simon, Here's a basic solution: \version "2.19.35" \score { << { s1 } \figures { <10 9>4 %<8> %<\markup\strut 8> %<\markup\vspace #2 8> %<\markup " " 8> <\markup\transparent 8 8> } >> } HTH. Cheers, Pierre 2016-01-16 0:48 GMT+01:00 Simon Albrech

Re: Alignment of ‘non-extremal’ bass figures

2016-01-16 Thread Richard Shann
There are commands in Denemo to generate syntax that works - I'm pushed for time right now, but can look it up later today. Richard On Sat, 2016-01-16 at 00:48 +0100, Simon Albrecht wrote: > On 16.01.2016 00:44, Simon Albrecht wrote: > > Hello, > > > > does anyone know how to vertically align the 9

Re: Alignment of ‘non-extremal’ bass figures

2016-01-15 Thread Simon Albrecht
On 16.01.2016 00:44, Simon Albrecht wrote: Hello, does anyone know how to vertically align the 9 and 8 in the following example? \version "2.19.35" \score { << { s1 } \figures { <10 9>4 <8> } >> } Forgot to mention: I already tried <\markup\strut 8> (which is counter

Alignment of ‘non-extremal’ bass figures

2016-01-15 Thread Simon Albrecht
Hello, does anyone know how to vertically align the 9 and 8 in the following example? \version "2.19.35" \score { << { s1 } \figures { <10 9>4 <8> } >> } TIA, Simon \version "2.19.35" \score { << { s1 } \figures { <10 9>4 <8> } >> }___