Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 4, 2018 04:24
Show Gist options
  • Save ryantm/304584c69aaf2dab752afab6be611a00 to your computer and use it in GitHub Desktop.
Save ryantm/304584c69aaf2dab752afab6be611a00 to your computer and use it in GitHub Desktop.
/nix/store/2v80cx15ym38qn868pcqvz0cqs3whw66-musescore-2.3
├── bin
│   ├── mscore
│   └── musescore -> mscore
├── nix-support
│   └── propagated-user-env-packages
└── share
├── applications
│   └── mscore.desktop
├── icons
│   └── hicolor
│   ├── 128x128
│   │   └── apps
│   │   └── mscore.png
│   ├── 16x16
│   │   └── apps
│   │   └── mscore.png
│   ├── 24x24
│   │   └── apps
│   │   └── mscore.png
│   ├── 32x32
│   │   └── apps
│   │   └── mscore.png
│   ├── 48x48
│   │   ├── apps
│   │   │   └── mscore.png
│   │   └── mimetypes
│   │   ├── application-vnd.recordare.musicxml.png
│   │   ├── application-vnd.recordare.musicxml+xml.png
│   │   ├── application-x-musescore.png
│   │   └── application-x-musescore+xml.png
│   ├── 512x512
│   │   └── apps
│   │   └── mscore.png
│   ├── 64x64
│   │   └── apps
│   │   └── mscore.png
│   ├── 96x96
│   │   └── apps
│   │   └── mscore.png
│   └── scalable
│   ├── apps
│   │   └── mscore.svg
│   └── mimetypes
│   ├── application-vnd.recordare.musicxml.svg
│   ├── application-vnd.recordare.musicxml+xml.svg
│   ├── application-x-musescore.svg
│   └── application-x-musescore+xml.svg
├── man
│   └── man1
│   ├── mscore.1.gz
│   └── musescore.1.gz -> mscore.1.gz
├── mime
│   └── packages
│   └── musescore.xml
└── mscore-2.3
├── demos
│   ├── All_Dudes.mscz
│   ├── Reunion.mscz
│   └── Triumph.mscz
├── instruments
│   └── instruments.xml
├── locale
│   └── languages.xml
├── manual
│   └── plugins
│   ├── accidental.html
│   ├── ambitus.html
│   ├── arpeggio.html
│   ├── articulation.html
│   ├── barline.html
│   ├── beam.html
│   ├── bend.html
│   ├── box.html
│   ├── bracket.html
│   ├── breath.html
│   ├── bsymbol.html
│   ├── chord.html
│   ├── chordline.html
│   ├── chordrest.html
│   ├── clef.html
│   ├── compound.html
│   ├── cursor.html
│   ├── durationelement.html
│   ├── dynamic.html
│   ├── element.html
│   ├── excerpt.html
│   ├── fbox.html
│   ├── figuredbass.html
│   ├── figuredbassitem.html
│   ├── fileio.html
│   ├── fingering.html
│   ├── fretdiagram.html
│   ├── fsymbol.html
│   ├── glissando.html
│   ├── glissandosegment.html
│   ├── groups.html
│   ├── hairpin.html
│   ├── hairpinsegment.html
│   ├── harmony.html
│   ├── hbox.html
│   ├── hook.html
│   ├── image.html
│   ├── instrumentchange.html
│   ├── jump.html
│   ├── keysig.html
│   ├── layoutbreak.html
│   ├── ledgerline.html
│   ├── line.html
│   ├── linesegment.html
│   ├── lyrics.html
│   ├── manual.css
│   ├── marker.html
│   ├── measurebase.html
│   ├── measure.html
│   ├── mscore.png
│   ├── mtext.html
│   ├── musescore.html
│   ├── notedot.html
│   ├── notehead.html
│   ├── note.html
│   ├── noteline.html
│   ├── ossia.html
│   ├── ottava.html
│   ├── ottavasegment.html
│   ├── pageformat.html
│   ├── page.html
│   ├── part.html
│   ├── pedal.html
│   ├── pedalsegment.html
│   ├── plugins.html
│   ├── qprocess.html
│   ├── rehearsalmark.html
│   ├── repeatmeasure.html
│   ├── rest.html
│   ├── score.html
│   ├── scoreview.html
│   ├── segment.html
│   ├── sline.html
│   ├── slur.html
│   ├── slursegment.html
│   ├── slurtie.html
│   ├── spacer.html
│   ├── spanner.html
│   ├── spannersegment.html
│   ├── stafflines.html
│   ├── staffstate.html
│   ├── stafftext.html
│   ├── stem.html
│   ├── stemslash.html
│   ├── svggenerator.html
│   ├── symbol.html
│   ├── system.html
│   ├── tbox.html
│   ├── tempotext.html
│   ├── textline.html
│   ├── textlinesegment.html
│   ├── tie.html
│   ├── timesig.html
│   ├── tremolobar.html
│   ├── tremolo.html
│   ├── trill.html
│   ├── trillsegment.html
│   ├── tuplet.html
│   ├── vbox.html
│   ├── volta.html
│   └── voltasegment.html
├── plugins
│   ├── abc_import.qml
│   ├── colornotes.qml
│   ├── createscore.qml
│   ├── helloqml
│   │   ├── helloqml.qml
│   │   └── translations
│   │   ├── locale_de.qm
│   │   └── locale_de.ts
│   ├── notenames.qml
│   ├── panel.qml
│   ├── random2.qml
│   ├── random.qml
│   ├── run.qml
│   ├── scorelist.qml
│   ├── view.qml
│   └── walk.qml
├── sound
│   ├── MuseScore_General-License.md
│   └── MuseScore_General.sf3
├── styles
│   ├── cchords_muse.xml
│   ├── cchords_nrb.xml
│   ├── cchords_rb.xml
│   ├── cchords_sym.xml
│   ├── chords_jazz.xml
│   ├── chords_std.xml
│   ├── chords.xml
│   ├── jazzchords.xml
│   ├── MuseJazz.mss
│   └── stdchords.xml
├── templates
│   ├── 01-General
│   │   ├── 00-Blank.mscz
│   │   ├── 01-Treble_Clef.mscz
│   │   ├── 02-Bass_Clef.mscz
│   │   └── 03-Grand_Staff.mscz
│   ├── 02-Choral
│   │   ├── 01-SATB.mscz
│   │   ├── 02-SATB_+_Organ.mscz
│   │   ├── 03-SATB_+_Piano.mscz
│   │   ├── 04-SATB_Closed_Score.mscz
│   │   ├── 05-SATB_Closed_Score_+_Organ.mscz
│   │   ├── 06-SATB_Closed_Score_+_Piano.mscz
│   │   ├── 07-Voice_+_Piano.mscz
│   │   ├── 08-Barbershop_Quartet.mscz
│   │   ├── 09-Liturgical_Unmetrical.mscz
│   │   └── 10-Liturgical_Unmetrical_+_Organ.mscz
│   ├── 03-Chamber_Music
│   │   ├── 01-String_Quartet.mscz
│   │   ├── 02-Wind_Quartet.mscz
│   │   ├── 03-Wind_Quintet.mscz
│   │   ├── 04-Saxophone_Quartet.mscz
│   │   ├── 05-Brass_Quartet.mscz
│   │   └── 06-Brass_Quintet.mscz
│   ├── 04-Solo
│   │   ├── 01-Guitar.mscz
│   │   ├── 02-Guitar_+_Tablature.mscz
│   │   ├── 03-Guitar_Tablature.mscz
│   │   └── 04-Piano.mscz
│   ├── 05-Jazz
│   │   ├── 01-Jazz_Lead_Sheet.mscz
│   │   ├── 02-Big_Band.mscz
│   │   └── 03-Jazz_Combo.mscz
│   ├── 06-Popular
│   │   ├── 01-Rock_Band.mscz
│   │   └── 02-Bluegrass_Band.mscz
│   ├── 07-Band_and_Percussion
│   │   ├── 01-Concert_Band.mscz
│   │   ├── 02-Small_Concert_Band.mscz
│   │   ├── 03-Brass_Band.mscz
│   │   ├── 04-Marching_Band.mscz
│   │   ├── 05-Small_Marching_Band.mscz
│   │   ├── 06-Battery_Percussion.mscz
│   │   ├── 07-Large_Pit_Percussion.mscz
│   │   └── 08-Small_Pit_Percussion.mscz
│   ├── 08-Orchestral
│   │   ├── 01-Classical_Orchestra.mscz
│   │   ├── 02-Concert_Orchestra.mscz
│   │   └── 03-String_Orchestra.mscz
│   ├── drumset_fr.drm
│   └── orchestral.drm
└── wallpaper
├── paper1.png
├── paper2.png
├── paper3.png
├── paper4.png
└── paper5.png
51 directories, 203 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment