Created
June 19, 2015 16:36
-
-
Save dfrdmn/5a608dbfcf34eebd2db3 to your computer and use it in GitHub Desktop.
Ossia
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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