====== Lilypond ====== ===== Grand Staff Template ===== Use this code to create a grand staff in Lilypond. \relative c'' { \new StaffGroup << % needed to show the brace on the left \new Staff { \clef "treble" 1 } % some sample notes \new Staff { \clef "bass" 1 } >> }