Skip to content

Commit

Permalink
backticks taken care of
Browse files Browse the repository at this point in the history
  • Loading branch information
Datseris committed Feb 16, 2020
1 parent 170b08d commit 2310c3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MusicVisualizations"
uuid = "8e838768-4b4f-4130-9d6d-43f7b35ca0d6"
repo = "https://github.com/JuliaMusic/MusicVisualizations.jl.git"
version = "0.2.3"
version = "0.2.4"

[deps]
DefaultApplication = "3f0dd361-4fe0-5fc6-8523-80b14ec94d85"
Expand Down
4 changes: 2 additions & 2 deletions src/musescore.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ variable (ask Google)).
The keyword `display = true` will also display the created `file`.
Keyword `rmmidi = true` deletes the MIDI file that has to be created inbetween
score convertion (use `false` to keep it).
MuseScore is run by default with commands `c = \`-n -T 10 -r 1200\``, but you can
change the keyword `c` to be whatever you want, see the
MuseScore is run by default with commands `-n -T 10 -r 1200`, but you can
change the keyword `c` to be whatever command (enclosed in backticks) you want, see the
[command line options](https://musescore.org/en/handbook/3/command-line-options)
of MuseScore for details.
"""
Expand Down

2 comments on commit 2310c3b

@Datseris
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/9560

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.4 -m "<description of version>" 2310c3be253fc023592bdced608c936cf07279ba
git push origin v0.2.4

Please sign in to comment.