On 07/02/2023 05:44, Jeff Kopmanis wrote:
> I've found that when I put chords in my score, it's printing them /below/ the 
> staff rather than above, as usual.  Things are normal if I'm not building a 
> score, but I'm wondering why this is happening.  I've included my (big) .ly 
> document and just the score PDF.  It was just very weird and I'd thought I'd 
> coded things /just like in the examples/.


What is weird here exactly?

The relevant part from your code is

      \new PianoStaff \with {
        instrumentName = "Piano"
        shortInstrumentName = "Piano"
      }<<
        \new Staff = "rh" \pianoRHMusic
        \new Dynamics \pianoDynamics
        <<
        \new ChordNames { \songChords }
        \new Staff = "lh" \pianoLHMusic
        >>
      >>


The contexts are being printed exactly in the vertical order that you specified.

Regards,
Jean


Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to