1 #-----------------------------------------#
2 # xcircuitrc file for editing sheet music #
4 #-----------------------------------------#
6 # 1) Don't load any of the default libraries.
7 # Instead, load only "musiclib".
9 library 1 load musiclib
11 # 2) Load font Times-Roman and set the default font to Times-RomanISO
13 # set fontfamily Times-Roman
14 label family Times-Roman
16 # 3) Set various parameters for music editing
17 config boxedit rhomboidy
18 config colorscheme inverse
19 xcircuit::xschema disable
21 # 4) Set Backspace = Delete
22 bindkey "BackSpace" "Text Left" forget
23 bindkey "BackSpace" "Text Delete"