lilypond-user
[Top][All Lists]
Advanced

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

Help with figured bass


From: Mark Probert
Subject: Help with figured bass
Date: Wed, 9 Jan 2019 12:47:38 +1100

Hi, everyone.

I'm having a problem getting LilyPond to do a figured bass. I've read 
the manual, and followed the examples, but I have clearly missed 
something out.

Here is the code I am currently using

---< cut >---
\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
        }
      }
    }
}
---< cut >---

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

TIA .. mark. (lilypond 2.19.82 / osx 10.13.6)


Attachment: figured.png
Description: PNG image


reply via email to

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