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
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
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
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
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
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
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
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>
}
>>
}___