Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 7, 2020 09:11
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 r-ryantm/4a3eed62a27858c621c5f8b1fc408307 to your computer and use it in GitHub Desktop.
Save r-ryantm/4a3eed62a27858c621c5f8b1fc408307 to your computer and use it in GitHub Desktop.
/nix/store/ac8d4p1ix8z9z6dklajm8393qyh0w8hd-frescobaldi-3.1.1
├── bin
│   └── frescobaldi
├── lib
│   └── python3.7
│   └── site-packages
│   ├── frescobaldi-3.1.1.dist-info
│   │   ├── COPYING
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── frescobaldi_app
│   ├── about.py
│   ├── actioncollectionmanager.py
│   ├── actioncollection.py
│   ├── appinfo.py
│   ├── app.py
│   ├── autocomplete
│   │   ├── analyzer.py
│   │   ├── completer.py
│   │   ├── completiondata.py
│   │   ├── documentdata.py
│   │   ├── harvest.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── analyzer.cpython-37.pyc
│   │   │   ├── completer.cpython-37.pyc
│   │   │   ├── completiondata.cpython-37.pyc
│   │   │   ├── documentdata.cpython-37.pyc
│   │   │   ├── harvest.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── util.cpython-37.pyc
│   │   └── util.py
│   ├── backup.py
│   ├── bookmarkmanager.py
│   ├── bookmarks.py
│   ├── browseriface.py
│   ├── bugreport.py
│   ├── cachedproperty.py
│   ├── charmap
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── widget.cpython-37.pyc
│   │   └── widget.py
│   ├── completionmodel.py
│   ├── contextmenu.py
│   ├── convert_ly.py
│   ├── copy2image.py
│   ├── css
│   │   ├── __init__.py
│   │   ├── lcd-background.png
│   │   ├── lcd-borders.png
│   │   └── __pycache__
│   │   └── __init__.cpython-37.pyc
│   ├── cursordiff.py
│   ├── cursorkeys.py
│   ├── cursortools.py
│   ├── cut_assign.py
│   ├── debuginfo.py
│   ├── debug.py
│   ├── definition.py
│   ├── docbrowser
│   │   ├── browser.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── browser.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── sourceviewer.cpython-37.pyc
│   │   └── sourceviewer.py
│   ├── doclist
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── widget.cpython-37.pyc
│   │   └── widget.py
│   ├── documentactions.py
│   ├── documentcontextmenu.py
│   ├── documenticon.py
│   ├── documentinfo.py
│   ├── documentmenu.py
│   ├── document.py
│   ├── documentstructure.py
│   ├── documenttooltip.py
│   ├── documenttree.py
│   ├── documentwatcher.py
│   ├── editinplace.py
│   ├── engrave
│   │   ├── autocompile.py
│   │   ├── custom.py
│   │   ├── __init__.py
│   │   ├── lytools.py
│   │   ├── __pycache__
│   │   │   ├── autocompile.cpython-37.pyc
│   │   │   ├── custom.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── lytools.cpython-37.pyc
│   │   │   └── result_menu.cpython-37.pyc
│   │   └── result_menu.py
│   ├── exception.py
│   ├── extensions
│   │   ├── actions.py
│   │   ├── __init__.py
│   │   ├── panel.py
│   │   ├── __pycache__
│   │   │   ├── actions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── panel.cpython-37.pyc
│   │   │   ├── settings.cpython-37.pyc
│   │   │   └── widget.cpython-37.pyc
│   │   ├── settings.py
│   │   └── widget.py
│   ├── externalchanges
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── widget.cpython-37.pyc
│   │   └── widget.py
│   ├── externalcommand.py
│   ├── filecache.py
│   ├── file_export
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   └── __init__.cpython-37.pyc
│   ├── file_import
│   │   ├── abc.py
│   │   ├── __init__.py
│   │   ├── midi.py
│   │   ├── musicxml.py
│   │   ├── __pycache__
│   │   │   ├── abc.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── midi.cpython-37.pyc
│   │   │   ├── musicxml.cpython-37.pyc
│   │   │   └── toly_dialog.cpython-37.pyc
│   │   └── toly_dialog.py
│   ├── fileinfo.py
│   ├── fileprinter.py
│   ├── folding.py
│   ├── fonts
│   │   ├── dialog.py
│   │   ├── download.py
│   │   ├── fontcommand.py
│   │   ├── __init__.py
│   │   ├── musicfonts.py
│   │   ├── oldfontsdialog.py
│   │   ├── preview.py
│   │   ├── __pycache__
│   │   │   ├── dialog.cpython-37.pyc
│   │   │   ├── download.cpython-37.pyc
│   │   │   ├── fontcommand.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── musicfonts.cpython-37.pyc
│   │   │   ├── oldfontsdialog.cpython-37.pyc
│   │   │   ├── preview.cpython-37.pyc
│   │   │   └── textfonts.cpython-37.pyc
│   │   ├── templates
│   │   │   ├── musicfont-bach.ly
│   │   │   ├── musicfont-berg-string-quartet.ly
│   │   │   ├── musicfont-glyphs.ly
│   │   │   ├── musicfont-realbook.ly
│   │   │   ├── musicfont-schenker.ly
│   │   │   └── musicfont-scriabine.ly
│   │   └── textfonts.py
│   ├── gadgets
│   │   ├── arbitraryhighlighter.py
│   │   ├── borderlayout.py
│   │   ├── cursorkeys.py
│   │   ├── customtooltip.py
│   │   ├── drag.py
│   │   ├── indenter.py
│   │   ├── __init__.py
│   │   ├── matcher_ah.py
│   │   ├── matcher.py
│   │   ├── __pycache__
│   │   │   ├── arbitraryhighlighter.cpython-37.pyc
│   │   │   ├── borderlayout.cpython-37.pyc
│   │   │   ├── cursorkeys.cpython-37.pyc
│   │   │   ├── customtooltip.cpython-37.pyc
│   │   │   ├── drag.cpython-37.pyc
│   │   │   ├── indenter.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── matcher_ah.cpython-37.pyc
│   │   │   ├── matcher.cpython-37.pyc
│   │   │   ├── toolboxwheeler.cpython-37.pyc
│   │   │   └── wordboundary.cpython-37.pyc
│   │   ├── toolboxwheeler.py
│   │   └── wordboundary.py
│   ├── guistyle.py
│   ├── helpers.py
│   ├── highlight2html.py
│   ├── highlighter.py
│   ├── historymanager.py
│   ├── htmldiff.py
│   ├── hyphdicts
│   │   ├── hyph_cs_CZ.dic
│   │   ├── hyph_da_DK.dic
│   │   ├── hyph_el_GR.dic
│   │   ├── hyph_en_CA.dic
│   │   ├── hyph_en_GB.dic
│   │   ├── hyph_en_US.dic
│   │   ├── hyph_es_ES.dic
│   │   ├── hyph_fi_FI.dic
│   │   ├── hyph_fr.dic
│   │   ├── hyph_ga_IE.dic
│   │   ├── hyph_hu.dic
│   │   ├── hyph_id_ID.dic
│   │   ├── hyph_is_IS.dic
│   │   ├── hyph_it.dic
│   │   ├── hyph_nl_NL.dic
│   │   ├── hyph_nn_NO.dic
│   │   ├── hyph_pl.dic
│   │   ├── hyph_pt_BR.dic
│   │   ├── hyph_pt_PT.dic
│   │   ├── hyph_ru_RU.dic
│   │   ├── hyph_sk_SK.dic
│   │   ├── hyph_sv_SE.dic
│   │   ├── hyph_uk_UA.dic
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   └── __init__.cpython-37.pyc
│   ├── hyphenator.py
│   ├── hyphendialog.py
│   ├── i18n
│   │   ├── __init__.py
│   │   ├── mofile.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── mofile.cpython-37.pyc
│   │   │   ├── qtranslator.cpython-37.pyc
│   │   │   └── setup.cpython-37.pyc
│   │   ├── qtranslator.py
│   │   └── setup.py
│   ├── icons
│   │   ├── application-pdf.svg
│   │   ├── Audio-x-generic.svg
│   │   ├── edit-clear-locationbar-rtl.svg
│   │   ├── frescobaldi.ico
│   │   ├── frescobaldi.svg
│   │   ├── __init__.py
│   │   ├── lilypond-run.svg
│   │   ├── music-directions.svg
│   │   ├── network-plug.svg
│   │   ├── pushpin.svg
│   │   ├── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── Tango
│   │   │   ├── index.theme
│   │   │   └── scalable
│   │   │   ├── applications-graphics.svg
│   │   │   ├── applications-other.svg
│   │   │   ├── audio-input-microphone.svg
│   │   │   ├── audio-volume-high.svg
│   │   │   ├── audio-volume-low.svg
│   │   │   ├── audio-volume-medium.svg
│   │   │   ├── audio-volume-muted.svg
│   │   │   ├── bookmark-new.svg
│   │   │   ├── dialog-error.svg
│   │   │   ├── document-new.svg
│   │   │   ├── document-open.svg
│   │   │   ├── document-print.svg
│   │   │   ├── document-properties.svg
│   │   │   ├── document-save-as.svg
│   │   │   ├── document-save.svg
│   │   │   ├── edit-clear.svg
│   │   │   ├── edit-copy.svg
│   │   │   ├── edit-cut.svg
│   │   │   ├── edit-delete.svg
│   │   │   ├── edit-find-replace.svg
│   │   │   ├── edit-find.svg
│   │   │   ├── edit-paste.svg
│   │   │   ├── edit-redo.svg
│   │   │   ├── edit-select-all.svg
│   │   │   ├── edit-undo.svg
│   │   │   ├── folder-open.svg
│   │   │   ├── go-down.svg
│   │   │   ├── go-home.svg
│   │   │   ├── go-jump-back.svg
│   │   │   ├── go-jump.svg
│   │   │   ├── go-next.svg
│   │   │   ├── go-previous.svg
│   │   │   ├── go-up.svg
│   │   │   ├── image-x-generic.svg
│   │   │   ├── list-add.svg
│   │   │   ├── list-remove.svg
│   │   │   ├── media-eject.svg
│   │   │   ├── media-playback-pause.svg
│   │   │   ├── media-playback-start.svg
│   │   │   ├── media-playback-stop.svg
│   │   │   ├── media-record.svg
│   │   │   ├── media-seek-backward.svg
│   │   │   ├── media-seek-forward.svg
│   │   │   ├── media-skip-backward.svg
│   │   │   ├── media-skip-forward.svg
│   │   │   ├── preferences-desktop-font.svg
│   │   │   ├── preferences-desktop-keyboard-shortcuts.svg
│   │   │   ├── preferences-system.svg
│   │   │   ├── process-stop.svg
│   │   │   ├── utilities-terminal.svg
│   │   │   ├── view-fullscreen.svg
│   │   │   ├── view-refresh.svg
│   │   │   └── window-new.svg
│   │   ├── TangoExt
│   │   │   ├── index.theme
│   │   │   └── scalable
│   │   │   ├── application-exit.svg
│   │   │   ├── document-close.svg
│   │   │   ├── document-compile-failed.svg
│   │   │   ├── document-compile-success.svg
│   │   │   ├── document-edit.svg
│   │   │   ├── document-export.svg
│   │   │   ├── document-import.svg
│   │   │   ├── document-save-all.svg
│   │   │   ├── help-about.svg
│   │   │   ├── help-contents.svg
│   │   │   ├── preferences-other.svg
│   │   │   ├── rotate-left.svg
│   │   │   ├── rotate-right.svg
│   │   │   ├── text-plain.svg
│   │   │   ├── zoom-in.svg
│   │   │   ├── zoom-magnifier.svg
│   │   │   ├── zoom-original.svg
│   │   │   └── zoom-out.svg
│   │   ├── text-x-lilypond.svg
│   │   ├── tools-pitch-language.svg
│   │   ├── tools-pitch.svg
│   │   ├── tools-rest.svg
│   │   ├── tools-rhythm.svg
│   │   ├── tools-score-wizard.svg
│   │   └── tools-transpose.svg
│   ├── indent.py
│   ├── __init__.py
│   ├── inputdialog.py
│   ├── install
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── update.cpython-37.pyc
│   │   └── update.py
│   ├── job
│   │   ├── attributes.py
│   │   ├── dialog.py
│   │   ├── __init__.py
│   │   ├── lilypond.py
│   │   ├── manager.py
│   │   ├── __pycache__
│   │   │   ├── attributes.cpython-37.pyc
│   │   │   ├── dialog.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── lilypond.cpython-37.pyc
│   │   │   ├── manager.cpython-37.pyc
│   │   │   └── queue.cpython-37.pyc
│   │   └── queue.py
│   ├── language_names
│   │   ├── data.py
│   │   ├── generate.py
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   ├── data.cpython-37.pyc
│   │   ├── generate.cpython-37.pyc
│   │   └── __init__.cpython-37.pyc
│   ├── lasptyqu.py
│   ├── layoutcontrol
│   │   ├── annotate-spacing.ily
│   │   ├── color-directions.ily
│   │   ├── color-voice.ily
│   │   ├── color-voices.ily
│   │   ├── debug-layout-options.ly
│   │   ├── display-control-points.ily
│   │   ├── display-grob-anchors.ily
│   │   ├── display-grob-names.ily
│   │   ├── info-paper-columns.ily
│   │   ├── __init__.py
│   │   ├── lilypond-version-predicates.ily
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── widget.cpython-37.pyc
│   │   └── widget.py
│   ├── lilychooser.py
│   ├── lilydoc
│   │   ├── documentation.py
│   │   ├── __init__.py
│   │   ├── manager.py
│   │   ├── manual.py
│   │   ├── network.py
│   │   └── __pycache__
│   │   ├── documentation.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── manager.cpython-37.pyc
│   │   ├── manual.cpython-37.pyc
│   │   └── network.cpython-37.pyc
│   ├── lilypondinfo.py
│   ├── listmodel.py
│   ├── log.py
│   ├── logtool
│   │   ├── errors.py
│   │   ├── __init__.py
│   │   ├── logwidget.py
│   │   └── __pycache__
│   │   ├── errors.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   └── logwidget.cpython-37.pyc
│   ├── lydocinfo.py
│   ├── lydocument.py
│   ├── lyrics.py
│   ├── macosx
│   │   ├── file_open_eventhandler.py
│   │   ├── globalmenu.py
│   │   ├── icon_drag_eventhandler.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── file_open_eventhandler.cpython-37.pyc
│   │   │   ├── globalmenu.cpython-37.pyc
│   │   │   ├── icon_drag_eventhandler.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── setup.cpython-37.pyc
│   │   └── setup.py
│   ├── main.py
│   ├── mainwindow.py
│   ├── matcher.py
│   ├── menu.py
│   ├── metainfo.py
│   ├── midifile
│   │   ├── event.py
│   │   ├── __init__.py
│   │   ├── output.py
│   │   ├── parser.py
│   │   ├── player.py
│   │   ├── __pycache__
│   │   │   ├── event.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── output.cpython-37.pyc
│   │   │   ├── parser.cpython-37.pyc
│   │   │   ├── player.cpython-37.pyc
│   │   │   └── song.cpython-37.pyc
│   │   └── song.py
│   ├── midihub.py
│   ├── midiinput
│   │   ├── elements.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── elements.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── tool.cpython-37.pyc
│   │   │   └── widget.cpython-37.pyc
│   │   ├── tool.py
│   │   └── widget.py
│   ├── miditool
│   │   ├── __init__.py
│   │   ├── midifiles.py
│   │   ├── output.py
│   │   ├── player.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── midifiles.cpython-37.pyc
│   │   │   ├── output.cpython-37.pyc
│   │   │   ├── player.cpython-37.pyc
│   │   │   └── widget.cpython-37.pyc
│   │   └── widget.py
│   ├── musicpos.py
│   ├── musicpreview.py
│   ├── music.py
│   ├── musicview
│   │   ├── contextmenu.py
│   │   ├── documents.py
│   │   ├── __init__.py
│   │   ├── pointandclick.py
│   │   ├── __pycache__
│   │   │   ├── contextmenu.cpython-37.pyc
│   │   │   ├── documents.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── pointandclick.cpython-37.pyc
│   │   │   └── widget.cpython-37.pyc
│   │   └── widget.py
│   ├── networkaccessmanager.py
│   ├── objecteditor
│   │   ├── defineoffset.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── defineoffset.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── widget.cpython-37.pyc
│   │   └── widget.py
│   ├── open_file_at_cursor.py
│   ├── outline
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── widget.cpython-37.pyc
│   │   └── widget.py
│   ├── pagedview.py
│   ├── panelmanager.py
│   ├── panel.py
│   ├── pitch
│   │   ├── dialog.py
│   │   ├── __init__.py
│   │   ├── pitch.py
│   │   └── __pycache__
│   │   ├── dialog.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   └── pitch.cpython-37.pyc
│   ├── plugin.py
│   ├── pointandclick.py
│   ├── portmidi
│   │   ├── ctypes_pypm.py
│   │   ├── __init__.py
│   │   ├── pm_ctypes.py
│   │   └── __pycache__
│   │   ├── ctypes_pypm.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   └── pm_ctypes.cpython-37.pyc
│   ├── preferences
│   │   ├── documentation.py
│   │   ├── editor.py
│   │   ├── extensions.py
│   │   ├── fontscolors.py
│   │   ├── general.py
│   │   ├── helpers.py
│   │   ├── import_export.py
│   │   ├── __init__.py
│   │   ├── lilypond.py
│   │   ├── midi.py
│   │   ├── musicviewers.py
│   │   ├── paths.py
│   │   ├── __pycache__
│   │   │   ├── documentation.cpython-37.pyc
│   │   │   ├── editor.cpython-37.pyc
│   │   │   ├── extensions.cpython-37.pyc
│   │   │   ├── fontscolors.cpython-37.pyc
│   │   │   ├── general.cpython-37.pyc
│   │   │   ├── helpers.cpython-37.pyc
│   │   │   ├── import_export.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── lilypond.cpython-37.pyc
│   │   │   ├── midi.cpython-37.pyc
│   │   │   ├── musicviewers.cpython-37.pyc
│   │   │   ├── paths.cpython-37.pyc
│   │   │   ├── shortcuts.cpython-37.pyc
│   │   │   └── tools.cpython-37.pyc
│   │   ├── shortcuts.py
│   │   └── tools.py
│   ├── progress.py
│   ├── __pycache__
│   │   ├── about.cpython-37.pyc
│   │   ├── actioncollection.cpython-37.pyc
│   │   ├── actioncollectionmanager.cpython-37.pyc
│   │   ├── app.cpython-37.pyc
│   │   ├── appinfo.cpython-37.pyc
│   │   ├── backup.cpython-37.pyc
│   │   ├── bookmarkmanager.cpython-37.pyc
│   │   ├── bookmarks.cpython-37.pyc
│   │   ├── browseriface.cpython-37.pyc
│   │   ├── bugreport.cpython-37.pyc
│   │   ├── cachedproperty.cpython-37.pyc
│   │   ├── completionmodel.cpython-37.pyc
│   │   ├── contextmenu.cpython-37.pyc
│   │   ├── convert_ly.cpython-37.pyc
│   │   ├── copy2image.cpython-37.pyc
│   │   ├── cursordiff.cpython-37.pyc
│   │   ├── cursorkeys.cpython-37.pyc
│   │   ├── cursortools.cpython-37.pyc
│   │   ├── cut_assign.cpython-37.pyc
│   │   ├── debug.cpython-37.pyc
│   │   ├── debuginfo.cpython-37.pyc
│   │   ├── definition.cpython-37.pyc
│   │   ├── documentactions.cpython-37.pyc
│   │   ├── documentcontextmenu.cpython-37.pyc
│   │   ├── document.cpython-37.pyc
│   │   ├── documenticon.cpython-37.pyc
│   │   ├── documentinfo.cpython-37.pyc
│   │   ├── documentmenu.cpython-37.pyc
│   │   ├── documentstructure.cpython-37.pyc
│   │   ├── documenttooltip.cpython-37.pyc
│   │   ├── documenttree.cpython-37.pyc
│   │   ├── documentwatcher.cpython-37.pyc
│   │   ├── editinplace.cpython-37.pyc
│   │   ├── exception.cpython-37.pyc
│   │   ├── externalcommand.cpython-37.pyc
│   │   ├── filecache.cpython-37.pyc
│   │   ├── fileinfo.cpython-37.pyc
│   │   ├── fileprinter.cpython-37.pyc
│   │   ├── folding.cpython-37.pyc
│   │   ├── guistyle.cpython-37.pyc
│   │   ├── helpers.cpython-37.pyc
│   │   ├── highlight2html.cpython-37.pyc
│   │   ├── highlighter.cpython-37.pyc
│   │   ├── historymanager.cpython-37.pyc
│   │   ├── htmldiff.cpython-37.pyc
│   │   ├── hyphenator.cpython-37.pyc
│   │   ├── hyphendialog.cpython-37.pyc
│   │   ├── indent.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── inputdialog.cpython-37.pyc
│   │   ├── lasptyqu.cpython-37.pyc
│   │   ├── lilychooser.cpython-37.pyc
│   │   ├── lilypondinfo.cpython-37.pyc
│   │   ├── listmodel.cpython-37.pyc
│   │   ├── log.cpython-37.pyc
│   │   ├── lydocinfo.cpython-37.pyc
│   │   ├── lydocument.cpython-37.pyc
│   │   ├── lyrics.cpython-37.pyc
│   │   ├── main.cpython-37.pyc
│   │   ├── mainwindow.cpython-37.pyc
│   │   ├── matcher.cpython-37.pyc
│   │   ├── menu.cpython-37.pyc
│   │   ├── metainfo.cpython-37.pyc
│   │   ├── midihub.cpython-37.pyc
│   │   ├── music.cpython-37.pyc
│   │   ├── musicpos.cpython-37.pyc
│   │   ├── musicpreview.cpython-37.pyc
│   │   ├── networkaccessmanager.cpython-37.pyc
│   │   ├── open_file_at_cursor.cpython-37.pyc
│   │   ├── pagedview.cpython-37.pyc
│   │   ├── panel.cpython-37.pyc
│   │   ├── panelmanager.cpython-37.pyc
│   │   ├── plugin.cpython-37.pyc
│   │   ├── pointandclick.cpython-37.pyc
│   │   ├── progress.cpython-37.pyc
│   │   ├── qsettings.cpython-37.pyc
│   │   ├── quickremove.cpython-37.pyc
│   │   ├── qutil.cpython-37.pyc
│   │   ├── recentfiles.cpython-37.pyc
│   │   ├── reformat.cpython-37.pyc
│   │   ├── resultfiles.cpython-37.pyc
│   │   ├── scratchdir.cpython-37.pyc
│   │   ├── session.cpython-37.pyc
│   │   ├── signals.cpython-37.pyc
│   │   ├── simplemarkdown.cpython-37.pyc
│   │   ├── simplestate.cpython-37.pyc
│   │   ├── tabbar.cpython-37.pyc
│   │   ├── textedit.cpython-37.pyc
│   │   ├── textformats.cpython-37.pyc
│   │   ├── tokeniter.cpython-37.pyc
│   │   ├── toplevel.cpython-37.pyc
│   │   ├── unicode_blocks.cpython-37.pyc
│   │   ├── util.cpython-37.pyc
│   │   ├── variables.cpython-37.pyc
│   │   ├── view.cpython-37.pyc
│   │   ├── viewhighlighter.cpython-37.pyc
│   │   ├── viewmanager.cpython-37.pyc
│   │   └── wordboundary.cpython-37.pyc
│   ├── qmidi
│   │   ├── __init__.py
│   │   ├── player.py
│   │   └── __pycache__
│   │   ├── __init__.cpython-37.pyc
│   │   └── player.cpython-37.pyc
│   ├── qpageview
│   │   ├── backgroundjob.py
│   │   ├── cache.py
│   │   ├── constants.py
│   │   ├── cupsprinter.py
│   │   ├── diff.py
│   │   ├── document.py
│   │   ├── export.py
│   │   ├── highlight.py
│   │   ├── image.py
│   │   ├── imageview.py
│   │   ├── __init__.py
│   │   ├── layout.py
│   │   ├── link.py
│   │   ├── locking.py
│   │   ├── magnifier.py
│   │   ├── multipage.py
│   │   ├── page.py
│   │   ├── poppler.py
│   │   ├── printing.py
│   │   ├── __pycache__
│   │   │   ├── backgroundjob.cpython-37.pyc
│   │   │   ├── cache.cpython-37.pyc
│   │   │   ├── constants.cpython-37.pyc
│   │   │   ├── cupsprinter.cpython-37.pyc
│   │   │   ├── diff.cpython-37.pyc
│   │   │   ├── document.cpython-37.pyc
│   │   │   ├── export.cpython-37.pyc
│   │   │   ├── highlight.cpython-37.pyc
│   │   │   ├── image.cpython-37.pyc
│   │   │   ├── imageview.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── layout.cpython-37.pyc
│   │   │   ├── link.cpython-37.pyc
│   │   │   ├── locking.cpython-37.pyc
│   │   │   ├── magnifier.cpython-37.pyc
│   │   │   ├── multipage.cpython-37.pyc
│   │   │   ├── page.cpython-37.pyc
│   │   │   ├── poppler.cpython-37.pyc
│   │   │   ├── printing.cpython-37.pyc
│   │   │   ├── rectangles.cpython-37.pyc
│   │   │   ├── render.cpython-37.pyc
│   │   │   ├── rubberband.cpython-37.pyc
│   │   │   ├── scrollarea.cpython-37.pyc
│   │   │   ├── selector.cpython-37.pyc
│   │   │   ├── shadow.cpython-37.pyc
│   │   │   ├── sidebarview.cpython-37.pyc
│   │   │   ├── svg.cpython-37.pyc
│   │   │   ├── util.cpython-37.pyc
│   │   │   ├── viewactions.cpython-37.pyc
│   │   │   ├── view.cpython-37.pyc
│   │   │   └── widgetoverlay.cpython-37.pyc
│   │   ├── rectangles.py
│   │   ├── render.py
│   │   ├── rubberband.py
│   │   ├── scrollarea.py
│   │   ├── selector.py
│   │   ├── shadow.py
│   │   ├── sidebarview.py
│   │   ├── svg.py
│   │   ├── util.py
│   │   ├── viewactions.py
│   │   ├── view.py
│   │   └── widgetoverlay.py
│   ├── qsettings.py
│   ├── quickinsert
│   │   ├── articulations.py
│   │   ├── barlines.py
│   │   ├── buttongroup.py
│   │   ├── dynamics.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── articulations.cpython-37.pyc
│   │   │   ├── barlines.cpython-37.pyc
│   │   │   ├── buttongroup.cpython-37.pyc
│   │   │   ├── dynamics.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── spanners.cpython-37.pyc
│   │   │   ├── tool.cpython-37.pyc
│   │   │   └── widget.cpython-37.pyc
│   │   ├── spanners.py
│   │   ├── tool.py
│   │   └── widget.py
│   ├── quickremove.py
│   ├── qutil.py
│   ├── recentfiles.py
│   ├── reformat.py
│   ├── remote
│   │   ├── api.py
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   ├── api.cpython-37.pyc
│   │   └── __init__.cpython-37.pyc
│   ├── rest
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── rest.cpython-37.pyc
│   │   └── rest.py
│   ├── resultfiles.py
│   ├── rhythm
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── rhythm.cpython-37.pyc
│   │   └── rhythm.py
│   ├── scorewiz
│   │   ├── build.py
│   │   ├── dialog.py
│   │   ├── header.py
│   │   ├── __init__.py
│   │   ├── parts
│   │   │   ├── _base.py
│   │   │   ├── brass.py
│   │   │   ├── containers.py
│   │   │   ├── __init__.py
│   │   │   ├── keyboard.py
│   │   │   ├── percussion.py
│   │   │   ├── plucked_strings.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _base.cpython-37.pyc
│   │   │   │   ├── brass.cpython-37.pyc
│   │   │   │   ├── containers.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── keyboard.cpython-37.pyc
│   │   │   │   ├── percussion.cpython-37.pyc
│   │   │   │   ├── plucked_strings.cpython-37.pyc
│   │   │   │   ├── special.cpython-37.pyc
│   │   │   │   ├── strings.cpython-37.pyc
│   │   │   │   ├── vocal.cpython-37.pyc
│   │   │   │   └── woodwind.cpython-37.pyc
│   │   │   ├── special.py
│   │   │   ├── strings.py
│   │   │   ├── vocal.py
│   │   │   └── woodwind.py
│   │   ├── preview.py
│   │   ├── __pycache__
│   │   │   ├── build.cpython-37.pyc
│   │   │   ├── dialog.cpython-37.pyc
│   │   │   ├── header.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── preview.cpython-37.pyc
│   │   │   ├── score.cpython-37.pyc
│   │   │   ├── scoreproperties.cpython-37.pyc
│   │   │   └── settings.cpython-37.pyc
│   │   ├── scoreproperties.py
│   │   ├── score.py
│   │   ├── scorewiz.png
│   │   └── settings.py
│   ├── scratchdir.py
│   ├── search
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   └── __init__.cpython-37.pyc
│   ├── session.py
│   ├── sessions
│   │   ├── dialog.py
│   │   ├── __init__.py
│   │   ├── manager.py
│   │   ├── menu.py
│   │   └── __pycache__
│   │   ├── dialog.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── manager.cpython-37.pyc
│   │   └── menu.cpython-37.pyc
│   ├── sidebar
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   └── __init__.cpython-37.pyc
│   ├── signals.py
│   ├── simplemarkdown.py
│   ├── simplestate.py
│   ├── snippet
│   │   ├── actions.py
│   │   ├── builtin.py
│   │   ├── completer.py
│   │   ├── edit.py
│   │   ├── expand.py
│   │   ├── highlight.py
│   │   ├── import_export.py
│   │   ├── __init__.py
│   │   ├── insert.py
│   │   ├── menu.py
│   │   ├── model.py
│   │   ├── __pycache__
│   │   │   ├── actions.cpython-37.pyc
│   │   │   ├── builtin.cpython-37.pyc
│   │   │   ├── completer.cpython-37.pyc
│   │   │   ├── edit.cpython-37.pyc
│   │   │   ├── expand.cpython-37.pyc
│   │   │   ├── highlight.cpython-37.pyc
│   │   │   ├── import_export.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── insert.cpython-37.pyc
│   │   │   ├── menu.cpython-37.pyc
│   │   │   ├── model.cpython-37.pyc
│   │   │   ├── restore.cpython-37.pyc
│   │   │   ├── snippets.cpython-37.pyc
│   │   │   ├── template.cpython-37.pyc
│   │   │   ├── tool.cpython-37.pyc
│   │   │   └── widget.cpython-37.pyc
│   │   ├── restore.py
│   │   ├── snippets.py
│   │   ├── template.py
│   │   ├── tool.py
│   │   └── widget.py
│   ├── splashscreen
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── splash3.png
│   │   └── splash.png
│   ├── svgview
│   │   ├── background.html
│   │   ├── cleansvg.js
│   │   ├── editsvg.js
│   │   ├── __init__.py
│   │   ├── pointandclick.js
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── svgfiles.cpython-37.pyc
│   │   │   ├── view.cpython-37.pyc
│   │   │   └── widget.cpython-37.pyc
│   │   ├── savesvg.js
│   │   ├── svgfiles.py
│   │   ├── view.py
│   │   └── widget.py
│   ├── symbols
│   │   ├── arpeggio_arrow_down.svg
│   │   ├── arpeggio_arrow_up.svg
│   │   ├── arpeggio_bracket.svg
│   │   ├── arpeggio_normal.svg
│   │   ├── arpeggio_parenthesis.svg
│   │   ├── articulation_accent.svg
│   │   ├── articulation_coda.svg
│   │   ├── articulation_downbow.svg
│   │   ├── articulation_downmordent.svg
│   │   ├── articulation_downprall.svg
│   │   ├── articulation_espressivo.svg
│   │   ├── articulation_fermata.svg
│   │   ├── articulation_flageolet.svg
│   │   ├── articulation_halfopen.svg
│   │   ├── articulation_lheel.svg
│   │   ├── articulation_lineprall.svg
│   │   ├── articulation_longfermata.svg
│   │   ├── articulation_ltoe.svg
│   │   ├── articulation_marcato.svg
│   │   ├── articulation_mordent.svg
│   │   ├── articulation_open.svg
│   │   ├── articulation_portato.svg
│   │   ├── articulation_pralldown.svg
│   │   ├── articulation_prallmordent.svg
│   │   ├── articulation_prallprall.svg
│   │   ├── articulation_prall.svg
│   │   ├── articulation_prallup.svg
│   │   ├── articulation_reverseturn.svg
│   │   ├── articulation_rheel.svg
│   │   ├── articulation_rtoe.svg
│   │   ├── articulation_segno.svg
│   │   ├── articulation_shortfermata.svg
│   │   ├── articulation_signumcongruentiae.svg
│   │   ├── articulation_snappizzicato.svg
│   │   ├── articulation_staccatissimo.svg
│   │   ├── articulation_staccato.svg
│   │   ├── articulation_stopped.svg
│   │   ├── articulation_tenuto.svg
│   │   ├── articulation_thumb.svg
│   │   ├── articulation_trill.svg
│   │   ├── articulation_turn.svg
│   │   ├── articulation_upbow.svg
│   │   ├── articulation_upmordent.svg
│   │   ├── articulation_upprall.svg
│   │   ├── articulation_varcoda.svg
│   │   ├── articulation_verylongfermata.svg
│   │   ├── bar_cswc.svg
│   │   ├── bar_cswsc.svg
│   │   ├── bar_dashed.svg
│   │   ├── bar_dotted.svg
│   │   ├── bar_double.svg
│   │   ├── bar_end.svg
│   │   ├── bar_invisible.svg
│   │   ├── bar_kievan.svg
│   │   ├── bar_repeat_angled_double.svg
│   │   ├── bar_repeat_angled_end.svg
│   │   ├── bar_repeat_angled_start.svg
│   │   ├── bar_repeat_double.svg
│   │   ├── bar_repeat_end.svg
│   │   ├── bar_repeat_start.svg
│   │   ├── bar_segno.svg
│   │   ├── bar_single.svg
│   │   ├── bar_sws.svg
│   │   ├── bar_tick.svg
│   │   ├── bar_ws.svg
│   │   ├── bar_w.svg
│   │   ├── bar_ww.svg
│   │   ├── breathe_caesura_curved.svg
│   │   ├── breathe_caesura_straight.svg
│   │   ├── breathe_rcomma.svg
│   │   ├── breathe_rvarcomma.svg
│   │   ├── clef_alto.svg
│   │   ├── clef_bass.svg
│   │   ├── clef_none.svg
│   │   ├── clef_percussion.svg
│   │   ├── clef_tab.svg
│   │   ├── clef_tenor.svg
│   │   ├── clef_treble_8.svg
│   │   ├── clef_treble.svg
│   │   ├── dynamic_cresc.svg
│   │   ├── dynamic_decresc.svg
│   │   ├── dynamic_dim.svg
│   │   ├── dynamic_fffff.svg
│   │   ├── dynamic_ffff.svg
│   │   ├── dynamic_fff.svg
│   │   ├── dynamic_ff.svg
│   │   ├── dynamic_fp.svg
│   │   ├── dynamic_f.svg
│   │   ├── dynamic_hairpin_cresc.svg
│   │   ├── dynamic_hairpin_dim.svg
│   │   ├── dynamic_mf.svg
│   │   ├── dynamic_mp.svg
│   │   ├── dynamic_ppppp.svg
│   │   ├── dynamic_pppp.svg
│   │   ├── dynamic_ppp.svg
│   │   ├── dynamic_pp.svg
│   │   ├── dynamic_p.svg
│   │   ├── dynamic_rfz.svg
│   │   ├── dynamic_sff.svg
│   │   ├── dynamic_sf.svg
│   │   ├── dynamic_sfz.svg
│   │   ├── dynamic_spp.svg
│   │   ├── dynamic_sp.svg
│   │   ├── glissando_dashed.svg
│   │   ├── glissando_dotted.svg
│   │   ├── glissando_normal.svg
│   │   ├── glissando_trill.svg
│   │   ├── glissando_zigzag.svg
│   │   ├── grace_accia.svg
│   │   ├── grace_after.svg
│   │   ├── grace_appog.svg
│   │   ├── grace_beam.svg
│   │   ├── grace_grace.svg
│   │   ├── grace_slash.svg
│   │   ├── __init__.py
│   │   ├── note_16d.svg
│   │   ├── note_16.svg
│   │   ├── note_1d.svg
│   │   ├── note_1.svg
│   │   ├── note_2d.svg
│   │   ├── note_2.svg
│   │   ├── note_4d.svg
│   │   ├── note_4.svg
│   │   ├── note_8d.svg
│   │   ├── note_8.svg
│   │   ├── note_ellipsis.svg
│   │   ├── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── spanner_beam16.svg
│   │   ├── spanner_melisma.svg
│   │   ├── spanner_phrasingslur.svg
│   │   ├── spanner_slur.svg
│   │   ├── spanner_trill.svg
│   │   ├── system_start_brace.svg
│   │   ├── system_start_bracket.svg
│   │   ├── system_start_square.svg
│   │   ├── time_c22.svg
│   │   └── time_c44.svg
│   ├── tabbar.py
│   ├── textedit.py
│   ├── textformats.py
│   ├── tokeniter.py
│   ├── toplevel.py
│   ├── unicode_blocks.py
│   ├── userguide
│   │   ├── 404.md
│   │   ├── abc_import.md
│   │   ├── about.md
│   │   ├── auto_complete_four.png
│   │   ├── auto_complete_one.png
│   │   ├── auto_complete_three1.png
│   │   ├── auto_complete_three.png
│   │   ├── auto_complete_two.png
│   │   ├── auto-completion.md
│   │   ├── browser.py
│   │   ├── contributing.md
│   │   ├── create_midi.md
│   │   ├── creating.md
│   │   ├── credits.md
│   │   ├── documentfonts_command.md
│   │   ├── documentfonts.md
│   │   ├── documentfonts_music.md
│   │   ├── documentfonts_preview.md
│   │   ├── documentfonts_text.md
│   │   ├── docvars.md
│   │   ├── editing.md
│   │   ├── engrave_custom.md
│   │   ├── engrave_layout_configure.md
│   │   ├── engrave_layout.md
│   │   ├── engrave_preview.md
│   │   ├── engrave_publish.md
│   │   ├── engraving.md
│   │   ├── experimental_features.md
│   │   ├── export.md
│   │   ├── export.py
│   │   ├── ext_configuration.md
│   │   ├── extending.md
│   │   ├── externalchanges.md
│   │   ├── ext_installation.md
│   │   ├── ext_usage.md
│   │   ├── getstarted.md
│   │   ├── getting_started1.png
│   │   ├── git.md
│   │   ├── history.md
│   │   ├── import_all.md
│   │   ├── import.md
│   │   ├── indent_format.md
│   │   ├── index.md
│   │   ├── __init__.py
│   │   ├── intro.md
│   │   ├── lyrics.md
│   │   ├── managing.md
│   │   ├── manuscriptview.md
│   │   ├── midi_import.md
│   │   ├── midi_synth.md
│   │   ├── modal_transpose.md
│   │   ├── mode_shift.md
│   │   ├── musicview_editinplace.md
│   │   ├── musicview.md
│   │   ├── musicxml_export.md
│   │   ├── musicxml_import.md
│   │   ├── nomusic.md
│   │   ├── outline_configure.md
│   │   ├── outline.md
│   │   ├── page.py
│   │   ├── pitch.md
│   │   ├── preferences.md
│   │   ├── prefs_editor.md
│   │   ├── prefs_extensions.md
│   │   ├── prefs_fontscolors.md
│   │   ├── prefs_general.md
│   │   ├── prefs_helpers.md
│   │   ├── prefs_lilydoc.md
│   │   ├── prefs_lilypond_autoversion.md
│   │   ├── prefs_lilypond.md
│   │   ├── prefs_midi.md
│   │   ├── prefs_musicviewers.md
│   │   ├── prefs_paths.md
│   │   ├── prefs_shortcuts.md
│   │   ├── prefs_tools.md
│   │   ├── __pycache__
│   │   │   ├── browser.cpython-37.pyc
│   │   │   ├── export.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── page.cpython-37.pyc
│   │   │   ├── read.cpython-37.pyc
│   │   │   ├── resolve.cpython-37.pyc
│   │   │   ├── util.cpython-37.pyc
│   │   │   └── whatsthis.cpython-37.pyc
│   │   ├── quickinsert.md
│   │   ├── read.py
│   │   ├── resolve.py
│   │   ├── rhythm.md
│   │   ├── scorewiz.md
│   │   ├── search_replace.md
│   │   ├── sessions.md
│   │   ├── snippet_editor.md
│   │   ├── snippet_import_export.md
│   │   ├── snippet_lib.md
│   │   ├── snippet_python.md
│   │   ├── snippets.md
│   │   ├── toc.md
│   │   ├── transpose.md
│   │   ├── troubleshooting.md
│   │   ├── util.py
│   │   ├── var_output.md
│   │   └── whatsthis.py
│   ├── util.py
│   ├── variables.py
│   ├── vbcl
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   └── __init__.cpython-37.pyc
│   ├── vcs
│   │   ├── abstractrepo.py
│   │   ├── apprepo.py
│   │   ├── gitrepo.py
│   │   ├── __init__.py
│   │   ├── menu.py
│   │   ├── __pycache__
│   │   │   ├── abstractrepo.cpython-37.pyc
│   │   │   ├── apprepo.cpython-37.pyc
│   │   │   ├── gitrepo.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── menu.cpython-37.pyc
│   │   │   └── test.cpython-37.pyc
│   │   └── test.py
│   ├── viewers
│   │   ├── abstractviewwidget.py
│   │   ├── contextmenu.py
│   │   ├── documents.py
│   │   ├── __init__.py
│   │   ├── manuscript
│   │   │   ├── contextmenu.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── contextmenu.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── toolbar.cpython-37.pyc
│   │   │   │   └── widget.cpython-37.pyc
│   │   │   ├── toolbar.py
│   │   │   └── widget.py
│   │   ├── pointandclick.py
│   │   ├── popplerwidget.py
│   │   ├── __pycache__
│   │   │   ├── abstractviewwidget.cpython-37.pyc
│   │   │   ├── contextmenu.cpython-37.pyc
│   │   │   ├── documents.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── pointandclick.cpython-37.pyc
│   │   │   ├── popplerwidget.cpython-37.pyc
│   │   │   └── toolbar.cpython-37.pyc
│   │   └── toolbar.py
│   ├── viewhighlighter.py
│   ├── viewmanager.py
│   ├── view.py
│   ├── vimode
│   │   ├── handlerbase.py
│   │   ├── __init__.py
│   │   ├── insert.py
│   │   ├── normal.py
│   │   └── __pycache__
│   │   ├── handlerbase.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── insert.cpython-37.pyc
│   │   └── normal.cpython-37.pyc
│   ├── widgets
│   │   ├── blink.py
│   │   ├── charmap.py
│   │   ├── colorbutton.py
│   │   ├── completer.py
│   │   ├── dialog.py
│   │   ├── folding.py
│   │   ├── growingtext.py
│   │   ├── imageviewer.py
│   │   ├── __init__.py
│   │   ├── keysequencewidget.py
│   │   ├── lineedit.py
│   │   ├── linenumberarea.py
│   │   ├── listedit.py
│   │   ├── progressbar.py
│   │   ├── __pycache__
│   │   │   ├── blink.cpython-37.pyc
│   │   │   ├── charmap.cpython-37.pyc
│   │   │   ├── colorbutton.cpython-37.pyc
│   │   │   ├── completer.cpython-37.pyc
│   │   │   ├── dialog.cpython-37.pyc
│   │   │   ├── folding.cpython-37.pyc
│   │   │   ├── growingtext.cpython-37.pyc
│   │   │   ├── imageviewer.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── keysequencewidget.cpython-37.pyc
│   │   │   ├── lineedit.cpython-37.pyc
│   │   │   ├── linenumberarea.cpython-37.pyc
│   │   │   ├── listedit.cpython-37.pyc
│   │   │   ├── progressbar.cpython-37.pyc
│   │   │   ├── restartmessage.cpython-37.pyc
│   │   │   ├── schemeselector.cpython-37.pyc
│   │   │   ├── shortcuteditdialog.cpython-37.pyc
│   │   │   ├── tempobutton.cpython-37.pyc
│   │   │   ├── treewidget.cpython-37.pyc
│   │   │   ├── urlrequester.cpython-37.pyc
│   │   │   └── waitingoverlay.cpython-37.pyc
│   │   ├── restartmessage.py
│   │   ├── schemeselector.py
│   │   ├── shortcuteditdialog.py
│   │   ├── tempobutton.py
│   │   ├── treewidget.py
│   │   ├── urlrequester.py
│   │   └── waitingoverlay.py
│   └── wordboundary.py
├── nix-support
│   └── propagated-build-inputs
└── share
├── applications
│   └── frescobaldi.desktop
├── icons
│   └── hicolor
│   └── scalable
│   └── apps
│   └── frescobaldi.svg
└── man
└── man1
└── frescobaldi.1.gz
127 directories, 1113 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment