lilypond-user
[Top][All Lists]
Advanced

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

Re: chord placement in Scores


From: Jean Abou Samra
Subject: Re: chord placement in Scores
Date: Tue, 7 Feb 2023 12:51:21 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0

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

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