Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 26, 2019 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/f4ad65f29ab34a679480375df426c825 to your computer and use it in GitHub Desktop.
Save ryantm/f4ad65f29ab34a679480375df426c825 to your computer and use it in GitHub Desktop.
/nix/store/s30g7r6x3ahlyx7iqhrj0jjwqr1w1pi3-musescore-3.0.5
├── bin
│   ├── mscore
│   └── musescore -> mscore
├── nix-support
│   └── propagated-user-env-packages
└── share
├── appdata
│   └── mscore.appdata.xml
├── 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-3.0
├── demos
│   ├── Fugue_1.mscx
│   ├── Reunion.mscz
│   └── Unclaimed_Gift.mscx
├── 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
│   ├── connectorinfo.html
│   ├── connectorinforeader.html
│   ├── connectorinfowriter.html
│   ├── durationelement.html
│   ├── dynamic.html
│   ├── element.html
│   ├── excerpt.html
│   ├── fbox.html
│   ├── figuredbass.html
│   ├── figuredbassitem.html
│   ├── fileio.html
│   ├── fingering.html
│   ├── fretdiagram.html
│   ├── fsymbol.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
│   ├── letring.html
│   ├── letringsegment.html
│   ├── linesegment.html
│   ├── manual.css
│   ├── marker.html
│   ├── measurebase.html
│   ├── measure.html
│   ├── mscore.png
│   ├── musescore.html
│   ├── notedot.html
│   ├── notehead.html
│   ├── note.html
│   ├── noteline.html
│   ├── ossia.html
│   ├── ottava.html
│   ├── ottavasegment.html
│   ├── pageformat.html
│   ├── page.html
│   ├── palmmute.html
│   ├── palmmutesegment.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
│   ├── stafftypechange.html
│   ├── stem.html
│   ├── stemslash.html
│   ├── svggenerator.html
│   ├── symbol.html
│   ├── tbox.html
│   ├── tempotext.html
│   ├── textlinebase.html
│   ├── textlinebasesegment.html
│   ├── textline.html
│   ├── textlinesegment.html
│   ├── tie.html
│   ├── tiesegment.html
│   ├── timesig.html
│   ├── tremolobar.html
│   ├── tremolo.html
│   ├── trill.html
│   ├── trillsegment.html
│   ├── tuplet.html
│   ├── vbox.html
│   ├── vibratosegment.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.mscx
│   │   ├── 01-Treble_Clef.mscx
│   │   ├── 02-Bass_Clef.mscx
│   │   └── 03-Grand_Staff.mscx
│   ├── 02-Choral
│   │   ├── 01-SATB.mscx
│   │   ├── 02-SATB_+_Organ.mscx
│   │   ├── 03-SATB_+_Piano.mscx
│   │   ├── 04-SATB_Closed_Score.mscx
│   │   ├── 05-SATB_Closed_Score_+_Organ.mscx
│   │   ├── 06-SATB_Closed_Score_+_Piano.mscx
│   │   ├── 07-Voice_+_Piano.mscx
│   │   ├── 08-Barbershop_Quartet.mscx
│   │   ├── 09-Liturgical_Unmetrical.mscx
│   │   └── 10-Liturgical_Unmetrical_+_Organ.mscx
│   ├── 03-Chamber_Music
│   │   ├── 01-String_Quartet.mscx
│   │   ├── 02-Wind_Quartet.mscx
│   │   ├── 03-Wind_Quintet.mscx
│   │   ├── 04-Saxophone_Quartet.mscx
│   │   ├── 05-Brass_Quartet.mscx
│   │   └── 06-Brass_Quintet.mscx
│   ├── 04-Solo
│   │   ├── 01-Guitar.mscx
│   │   ├── 02-Guitar_+_Tablature.mscx
│   │   ├── 03-Guitar_Tablature.mscx
│   │   └── 04-Piano.mscx
│   ├── 05-Jazz
│   │   ├── 01-Jazz_Lead_Sheet.mscx
│   │   ├── 02-Big_Band.mscx
│   │   └── 03-Jazz_Combo.mscx
│   ├── 06-Popular
│   │   ├── 01-Rock_Band.mscx
│   │   └── 02-Bluegrass_Band.mscx
│   ├── 07-Band_and_Percussion
│   │   ├── 01-Concert_Band.mscx
│   │   ├── 02-Small_Concert_Band.mscx
│   │   ├── 03-Brass_Band.mscx
│   │   ├── 04-Marching_Band.mscx
│   │   ├── 05-Small_Marching_Band.mscx
│   │   ├── 06-Battery_Percussion.mscx
│   │   ├── 07-Large_Pit_Percussion.mscx
│   │   ├── 08-Small_Pit_Percussion.mscx
│   │   └── 09-European_Concert_Band.mscx
│   ├── 08-Orchestral
│   │   ├── 01-Classical_Orchestra.mscx
│   │   ├── 02-Symphony_Orchestra.mscx
│   │   └── 03-String_Orchestra.mscx
│   ├── drumset_fr.drm
│   └── orchestral.drm
├── tours
│   ├── autoplace.tour
│   ├── inspector.tour
│   ├── mmrest.tour
│   ├── navigate.tour
│   ├── noteinput.tour
│   ├── palette.tour
│   ├── select.tour
│   ├── timeline.tour
│   └── welcome.tour
├── wallpaper
│   ├── background1.png
│   ├── paper1.png
│   ├── paper2.png
│   ├── paper3.png
│   ├── paper4.png
│   ├── paper5.png
│   ├── paper6.png
│   └── paper7.png
└── workspaces
├── Advanced.workspace
└── Basic.workspace
54 directories, 224 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment