lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

The space between "\score"s


From: Louis Guillaume
Subject: The space between "\score"s
Date: Thu, 16 Nov 2017 17:11:02 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]