lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Aligning c1 |. with R1 |.


From: Thomas Morley
Subject: Re: Aligning c1 |. with R1 |.
Date: Sun, 2 Jun 2013 20:18:27 +0200

2013/6/2 Jean-Charles Malahieude <address@hidden>:

> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]