On 1/8/19, 6:47 PM, "Mark Probert" <[email protected]> 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
    

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

Reply via email to