lilypond-user
[Top][All Lists]
Advanced

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

ChordNames on Staff


From: Robert Hennig
Subject: ChordNames on Staff
Date: Wed, 6 Feb 2019 21:25:10 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

Dear lilypond community,

I would like to print the ChordNames casually directly on the staff, Not
above the staff. Using extra-offset works if there are no other objects
which adjusts the spacing. What is the proper way to get the ChordNames
fixed to the staff?
I would like to create lead sheets which contain lots of remarks, only
sometimes there are notes in the staff.
Uncomment the Annotation to see what I mean.
Regards Robert

\version "2.19.82"
<<
  \new ChordNames \chordmode {
    \override ChordNames.ChordName #'extra-offset = #'(0 . -3.5)
    c1
  }
  s1%^"Text"
>>



reply via email to

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