Skip to content

Instantly share code, notes, and snippets.

@dfrdmn
Created June 19, 2015 16:36
Show Gist options
  • Save dfrdmn/5a608dbfcf34eebd2db3 to your computer and use it in GitHub Desktop.
Save dfrdmn/5a608dbfcf34eebd2db3 to your computer and use it in GitHub Desktop.
Ossia
\version "2.19.20"
\score {
\relative c''
\new StaffGroup
\with {
\remove "System_start_delimiter_engraver"
\override SpanBar.glyph-name = #"!"
}
<<
\new Staff = "violin" {
\key d \major
c1 c1
<<
{ c1 c1 }
\new Staff
\with {
alignAboveContext = #"violin"
\remove "Time_signature_engraver"
fontSize = #-2
\override StaffSymbol.staff-space = #(magstep -2)
}
{
\key d \major
c,4^"Piano" es f fis g1
}
>>
c1 c1
}
>>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment