%% Generated by lilypond-book.py
%% Options: [alt=[image of music],printfilename,indent=0\mm,texidoc,line-width=160\mm]
\include "lilypond-book-preamble.ly"


% ****************************************************************
% Start cut-&-pastable-section
% ****************************************************************



\paper {
  #(define dump-extents #t)
  
  indent = 0\mm
  line-width = 160\mm
  force-assignment = #""
  line-width = #(- line-width (* mm  3.000000))
}

\layout {
  
}



% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "out-www/42a-MultiVoice-TwoVoicesOnStaff-Lyrics.ly"
\sourcefileline 0

\version "2.12.2"
% automatically converted from /home/lilydev/vc/gub/target/linux-x86/src/lilypond-localhost--home-lilydev-vc-lilypond-master/input/regression/musicxml/42a-MultiVoice-TwoVoicesOnStaff-Lyrics.xml

\header {
    texidoc = "Two voices share one staff. Each 
        voice is assigned some lyrics."
    }

\layout {
    \context { \Score
        skipBars = ##t
        autoBeaming = ##f
        }
    }
PartPOneVoiceOne =  \relative e'' {
    \clef "treble" \key c \major \time 4/4 e2 ^\fermata _> d4 \mf b4 | % 2
    a'4 \rest d,4 b,4. ( c'8 ) | % 3
    R1 \bar "|."
    }

PartPOneVoiceOneLyricsOne =  \lyricmode { This is the lyrics of }
PartPOneVoiceTwo =  \relative c'' {
    \clef "treble" \key c \major \time 4/4 s2 ^\fermata _> b4 \mf g4 | % 2
    c,4 \rest b'4 g,4. ( a'8 ) s1 \bar "|."
    }

PartPOneVoiceTwoLyricsOne =  \lyricmode { This is the lyrics of }

% The score definition
\new Staff <<
    \context Staff << 
        \context Voice = "PartPOneVoiceOne" { \voiceOne \PartPOneVoiceOne }
        \new Lyrics \lyricsto "PartPOneVoiceOne" \PartPOneVoiceOneLyricsOne
        \context Voice = "PartPOneVoiceTwo" { \voiceTwo \PartPOneVoiceTwo }
        \new Lyrics \lyricsto "PartPOneVoiceTwo" \PartPOneVoiceTwoLyricsOne
        >>
    >>




% ****************************************************************
% end ly snippet
% ****************************************************************
