String quartet template (simple): Difference between revisions

Import snippet from LSR
 
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This template demonstrates a simple string quartet. It also uses a <code>\global</code> section for time and key signatures
This template demonstrates a simple string quartet. It also uses a <code>\global</code> section for time and key signatures.


<lilypond version="2.24.0">
See also snippet [[String quartet template with separate parts]].
 
<lilypond version="2.24">
global= {
global= {
   \time 4/4
   \time 4/4
Line 36: Line 38:
   \new StaffGroup <<
   \new StaffGroup <<
     \new Staff \with { instrumentName = "Violin 1" }
     \new Staff \with { instrumentName = "Violin 1" }
    << \global \violinOne >>
      << \global \violinOne >>
     \new Staff \with { instrumentName = "Violin 2" }
     \new Staff \with { instrumentName = "Violin 2" }
    << \global \violinTwo >>
      << \global \violinTwo >>
     \new Staff \with { instrumentName = "Viola" }
     \new Staff \with { instrumentName = "Viola" }
    << \global \viola >>
      << \global \viola >>
     \new Staff \with { instrumentName = "Cello" }
     \new Staff \with { instrumentName = "Cello" }
    << \global \cello >>
      << \global \cello >>
   >>
   >>
   \layout { }
   \layout { }
Line 49: Line 51:
</lilypond>
</lilypond>


[[Category:Really simple]]
[[Category:Template]]
[[Category:Template]]
[[Category:Unfretted strings]]
[[Category:Unfretted strings]]
[[Category:Really simple]]
[[Category:Included in the official documentation]]
[[Category:Included in the official documentation]]
[[Category:Snippet]]