tdy lists wrote:

Yes!, I want the \chordname to be printed INSIDE the system (whenever there
are no notes :P )


Have a look at using OneStaff to do this.  Crude demo attached.


Cheers,
Robin

\version "2.24.4"

chordsAbove = 
{
  c1 d1 e1 s1 s1 s1 e1 d1 c1 
}

chordsInside = 
{
  s1 s1 s1 f1 g1 f1 s1 s1 s1  
}

tune = {
  e'1 f'1 g'1 s1 s1 s1 g'1 f'1 e'1 
}

<<
  \new ChordNames { \chordsAbove } 
  \new OneStaff 
  <<
    \new Staff { \tune }
    \new ChordNames \with { \override ChordName.Y-offset = #-1 } 
    { \chordsInside } 
  >>
>>

Attachment: above-inside.pdf
Description: Adobe PDF document

Reply via email to