Is there any way to simply combine chords, lyrics, and melody sections into a
single LP "variable?" I am trying to create pop leadsheets and my score
sections look like this one:
%--
\score { <<
\new ChordNames { \transpose g g { \set chordChanges = ##t
This is basically what I was doing before. The problem is when I want to
change the form I have to change it in three places. Not a major problem for
this example, but it would be nice to have a score block like the following,
which is not so pleasant when defined in three different places.
%this