Re: associate text with chords

2022-02-06 Thread Aaron Hill

On 2022-02-06 5:08 am, achar wrote:

P.S.: I already received answers but, they evaporated before I could
read them


You can review the archives [1] if you lose track of a message.  
Although, since your original thread is barely two days old, you should 
strongly reconsider your service provider if they are purging emails 
that quickly.


[1]: 
https://lists.gnu.org/archive/html/lilypond-user/2022-02/msg00062.html



-- Aaron Hill



associate text with chords

2022-02-06 Thread achar
Hello. Here is a piece of code to explain my problem. I would like the 
roman numerals of the mib7 chord as well as that of do7 to be located 
under the chord names. But the text is associated with a note or a rest 
so I can't do it. Does anyone have a solution? Thank you. P.S.: I 
already received answers but, they evaporated before I could read them



<<
  \chords { bes2:m7 ees:7
  s1
  g2:m7 c:7
  }
  \new Staff \relative c''
  {
 f4_"ii / V" aes2 g4_"V7 /IV"
 R1
 \break
  bes1_"iii m7 - V7 / ii" |

  R1
 \break

  }
>>