Just to add this:

Assuming, you program did all that settings and they are not mandatory
for you, here is an easier code, which does almost the same as yours
using LilyPonds defaults. It is much shorter and much more readable:


\version "2.10.10"

\header {
  title = "New Arrangement"
}

Chords = \chords { c1 f g c }

voice = {
  \tempo 4=120
  e'1 |
  a'1 |
  b1 |
  e'1
}

\score {
  <<
    \Chords
    {
      \set Staff.instrumentName = "bbb "
      \voice
    }
  >>
}

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to