monument_cli 0.14.5

CLI interface to Monument, a fast and flexible composition generator.
Documentation
# Music file for 7-bell complib music compositions
# Music is plit into two scetions, the first gives what music to display in the header (which has zero
# weighting) and the second gives the scoring that counts towards the total music score.

#--------------------------#
#- Displayed header music -#
#--------------------------#

# Display 567s & 657s
[[music]]
pattern = "567"
weight.back = 1

# Display 657s
[[music]]
pattern = "657"
weight.back = 1

#crus
[[music]]
preset = "crus"

# 4-bell Runs
[[music]]
run_length = 4

# 46s
[[music]]
pattern = "46"
weight.back = 1

#-----------------#
#- Music scoring -#
#-----------------#

# 4, 5, and 6 Bell Runs
[[music]]
run_lengths = [5, 6]
show = false

# Combination Near Misses
[[music]]
patterns = ["1234576", "1234657", "1235467", "1243567", "1324567",
            "2134567", "1235476", "1243657", "1324576", "1325476"]
show = false

# 567 combinations
[[music]]
preset = "5678 combinations"
show = false

# 46s (Breakdown)
[[music]]
patterns = ["246", "746", "7546"]
weight.back = 1
show = false

# Combinations from named rows
[[music]]
patterns = ["246", "346", "347", "357",    # From Queens, Whittingtons, Hagdyke
            "374", "576", "746", "756",    # From Tittums, Bowbells, Princesses, Burdette
            "765", "5x6x7x"]                 # From Rollercoaster, Tittums
weight.back = 1
show = false

# Named Rows
[[music]]
patterns = [ "1234567", "1256347", "1275346", "1324576",  # Rounds, Hagdyke, Whittingtons, Bowbells
             "1325476", "1352746", "1357246", "1432765",  # Priory/The Intermediate, Princesses, Queens, Rollercoaster
             "1526374", "1674523", "1765243", "1765432",  # Tittums, Jacks, St Michael's, Jokers
             "3124756", "4321567", "4536271", "7531246",  # Burdette, See-saw, Exploded Tittums, Kings
             "7532146", "7654321"]                        # Princes, Backrounds
show = false