Hi!

I've been trying to set my parts up so that the Coda is separated from the main score at the bottom by having separate \score commands like this:

\score
{

        \new StaffGroup
        <<
                \new ChordNames
                {
                        \set chordChanges = ##t
                        \chordSymbols
                }
                \new Staff = "" \violinNotes
        >>

        \layout { }
}

% CODA
\score
{
        \new StaffGroup
        <<
                \new ChordNames
                {
                        \set chordChanges = ##t
                        \codaChords
                }
                \new Staff = "" \violinCoda
        >>

        \layout
        {
                indent = 21
        }
}


And it works ok - but there's a giant gap between the scores. How do I change that?

Louis

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

Reply via email to