lilypond-user
[Top][All Lists]
Advanced

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

\new and \context clarification


From: Menu Jacques
Subject: \new and \context clarification
Date: Fri, 23 Sep 2016 17:43:02 +0200

Hello folks,

musicxml2ly as delivered with LP 2.19.35 produces scores specifications such as:

% The score definition
\score {
    <<
        \new Staff <<
            \context Staff << 
                \context Voice = "PartPOneVoiceOne" { \PartPOneVoiceOne }
                \new Lyrics \lyricsto "PartPOneVoiceOne" 
\PartPOneVoiceOneLyricsOne
                >>
            >>
        
        >>
    \layout {}
    % To create MIDI output, uncomment the following line:
    %  \midi {}
    }

\context Staff inside \new Staff seems to be superfluous, but something 
probably escapes me…

Thank if you can make things clear!

JM




reply via email to

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