lilypond-user
[Top][All Lists]
Advanced

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

Re: The space between "\score"s


From: Ben
Subject: Re: The space between "\score"s
Date: Thu, 16 Nov 2017 20:18:44 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

On 11/16/2017 5:11 PM, Louis Guillaume wrote:
\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
    }
}

Hello,

Your code does not compile, could you share a working example so we can help you better with the indent, etc?

Also, let us know what version you're using...

Thanks!

reply via email to

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