Add piano part score, add instrument names
This commit is contained in:
parent
4154810184
commit
9e42f6fa04
1 changed files with 19 additions and 3 deletions
22
welkom.ly
22
welkom.ly
|
@ -34,7 +34,7 @@ stub = {
|
||||||
|
|
||||||
|
|
||||||
anonymousStaffVocals = {
|
anonymousStaffVocals = {
|
||||||
\new Staff \with { midiInstrument = "Alto Sax" }
|
\new Staff \with { instrumentName = "Zang" midiInstrument = "Alto Sax" }
|
||||||
\new Voice \vocalsIMusic \addlyrics \vocalsILyrics
|
\new Voice \vocalsIMusic \addlyrics \vocalsILyrics
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -97,7 +97,7 @@ anonymousStaffVocals = {
|
||||||
<<
|
<<
|
||||||
\anonymousStaffVocals
|
\anonymousStaffVocals
|
||||||
\new ChordNames { \accordionChords }
|
\new ChordNames { \accordionChords }
|
||||||
\new Staff \with { midiInstrument = "Accordion" } \accordionMusic
|
\new Staff \with { instrumentName = "Accordeon" midiInstrument = "Accordion" } \accordionMusic
|
||||||
>>
|
>>
|
||||||
\layout {}
|
\layout {}
|
||||||
}
|
}
|
||||||
|
@ -110,7 +110,23 @@ anonymousStaffVocals = {
|
||||||
\compressMMRests
|
\compressMMRests
|
||||||
<<
|
<<
|
||||||
\anonymousStaffVocals
|
\anonymousStaffVocals
|
||||||
\new Staff \with { midiInstrument = "Cello" } \celloMusic
|
\new Staff \with { instrumentName = "Cello" midiInstrument = "Cello" } \celloMusic
|
||||||
|
>>
|
||||||
|
\layout {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
\book {
|
||||||
|
\bookOutputSuffix "piano"
|
||||||
|
\header { instrument = "Piano" }
|
||||||
|
\score {
|
||||||
|
\compressMMRests
|
||||||
|
<<
|
||||||
|
\anonymousStaffVocals
|
||||||
|
\new PianoStaff \with { instrumentName = "Piano" midiInstrument = "Acoustic Grand" } <<
|
||||||
|
\new Staff \pianoRHMusic
|
||||||
|
\new Staff \pianoLHMusic
|
||||||
|
>>
|
||||||
>>
|
>>
|
||||||
\layout {}
|
\layout {}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue