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!
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to