2013/6/2 Jean-Charles Malahieude <lily...@orange.fr>:

> Only nitpicking, as you can notice, is that it is the right side of the
> digits (9, 5 and 6) that get aligned on the center of the note and not the
> "full box".

True, though regard the output of the following code:

\paper {
  system-system-spacing #'basic-distance = #20
}

\score {
<<
  \new Staff \relative c'' \repeat unfold 2 { c4 c c c R1 }
  \new Staff <<
    \new Voice = "bla" \relative c'' { c1 c1 \break c1 \centerNoteColumnOn c1 }
      \new  FiguredBass \figuremode {
      \set figuredBassAlterationDirection = #RIGHT
      %\set figuredBassPlusDirection = #RIGHT
      \bassFigureExtendersOn
      <[12 _!] 8 [6  4]>1  <[_- 9\+] 5 [6+  4]>
      <[12 _!] 8 [6  4]>1  <[_- 9\+] 5 [6+  4]> }
      >>
>>
  \layout {
          \override Score.BarNumber #'break-visibility = ##(#f #t #t)
  }
}

You'll observe that the aligning in the _not_ affected measure 2 is
the same as in measure 4.

Perhaps a problem with figured Bass. Maybe a bug.


Cheers,
  Harm

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to