lilypond-user
[Top][All Lists]
Advanced

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

Re: Help with figured bass


From: Carl Sorensen
Subject: Re: Help with figured bass
Date: Wed, 9 Jan 2019 02:13:23 +0000
User-agent: Microsoft-MacOutlook/10.10.5.181209


On 1/8/19, 6:47 PM, "Mark Probert" <address@hidden> wrote:

    
    
    Which produces the attached. Any ideas on how I can get the figures (or 
    the notes) all coming together nicely?

I'm not sure exactly what you want, but I decided to try this.

Is this what you want?

\score {
  \new StaffGroup <<
    \new Staff {
      \relative c'' {
        \key d \major
        a1 | 
            d1 \bar "||"
      }
    }
    \new Staff = "myStaff" {<<
      \figuremode { <5>1 <8> } 
      \context Staff = "myStaff" {
        \relative c' {
          \key d \major
          d1 
          d1
        }
      }
    >>
    }
  >>
}


Carl
    


reply via email to

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