lilypond-user
[Top][All Lists]
Advanced

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

Re: Staff bracket and figured bass


From: Klaus Blum
Subject: Re: Staff bracket and figured bass
Date: Fri, 22 Apr 2016 12:38:11 -0700 (MST)

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.



reply via email to

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