Hi Marcin, 

you can stop the "flowing" by putting a \new FiguredBass between the two
staves: 

% -----------------------------------------------------

\version "2.18.2"

voiceone = \relative c' {
  c c g' g a a g2 \bar "|."
}

voicetwo = \relative c {
  \clef "bass"
  c'4 c c, c f f c2
}

space = \markup \transparent "I"

\score {
  \new StaffGroup {
    <<
      \new Staff \voiceone
      \new FiguredBass {
        \figuremode {
          <5 3>4 \skip4 <5 3>4 \skip4 <\space \space 3>4 \skip4 <8 5 3>2
        }
      }
      \new Staff
      \voicetwo
    >>
  }
}

% -----------------------------------------------------

Cheers, 
Klaus



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Staff-bracket-and-figured-bass-tp189868p189877.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to