MusicDump/NoReturn/NoReturn.ly

62 lines
1.7 KiB
Plaintext

\version "2.24.4"
\header {
title = "No Return"
composer = "Daisy Watson"
}
\include "NoReturn_Guitar1.ly"
\include "NoReturn_Guitar2.ly"
\include "NoReturn_Guitar3.ly"
\include "NoReturn_Guitar4.ly"
\score{
<<
\new Staff \with { instrumentName = "Guitar 1" midiInstrument = "acoustic guitar (nylon)" } \unfoldRepeats \guitar_one
\new Staff \with { instrumentName = "Guitar 2" midiInstrument = "acoustic guitar (nylon)" } \unfoldRepeats \guitar_two
\new Staff \with { instrumentName = "Guitar 3" midiInstrument = "acoustic guitar (nylon)" } \unfoldRepeats \guitar_three
\new Staff \with { instrumentName = "Guitar 4" midiInstrument = "acoustic guitar (nylon)" } \unfoldRepeats \guitar_four
>>
\midi{}
}
\book{
\score{
\new StaffGroup <<
\new Staff \with { instrumentName = "Guitar 1" midiInstrument = "acoustic guitar (nylon)" } \guitar_one
\new Staff \with { instrumentName = "Guitar 2" midiInstrument = "acoustic guitar (nylon)" } \guitar_two
\new Staff \with { instrumentName = "Guitar 3" midiInstrument = "acoustic guitar (nylon)" } \guitar_three
\new Staff \with { instrumentName = "Guitar 4" midiInstrument = "acoustic guitar (nylon)" } \guitar_four
>>
}
\paper {
%page-count = 1
}
}
\book{
\score{
\bookOutputSuffix "Guitar1"
\new Staff \with { instrumentName = "Guitar 1" } \guitar_one
}
}
\book{
\score{
\bookOutputSuffix "Guitar2"
\new Staff \with { instrumentName = "Guitar 2" } \guitar_two
}
}
\book{
\score{
\bookOutputSuffix "Guitar3"
\new Staff \with { instrumentName = "Guitar 3" } \guitar_three
}
}
\book{
\score{
\bookOutputSuffix "Guitar4"
\new Staff \with { instrumentName = "Guitar 4" } \guitar_four
}
}