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
<?xml version="1.0"?> | |
<!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 3.0 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd"> | |
<score-partwise version="3.0"> | |
<work> | |
<work-title>Piano dynamics test</work-title> | |
</work> | |
<part-list> | |
<part-group type="start" number="1"> | |
<group-symbol>brace</group-symbol> | |
</part-group> |
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
<?xml version="1.0"?> | |
<!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 3.0 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd"> | |
<score-partwise version="3.0"> | |
<work> | |
<work-title>Glissandi</work-title> | |
</work> | |
<part-list> | |
<score-part id="P1"> | |
<part-name/> | |
<part-name-display> |
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.28" | |
\new Staff << | |
\clef treble | |
\time 6/8 | |
\relative c' { | |
<< | |
{ \oneVoice \stemUp f4. \glissando \stemNeutral fis' } | |
{ \oneVoice s4. \stemDown a,4. } | |
>> | |
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.28" | |
\new GrandStaff << | |
\time 4/4 | |
\new Staff = "right" { | |
\clef treble | |
\relative c'' { | |
r2 <aes c f> | | |
} | |
\relative c { |