From 843bab6a133649f6da6ad428a0a3fcf5f72c0a84 Mon Sep 17 00:00:00 2001 From: Josef Friedrich Date: Sun, 21 Jan 2024 19:29:29 +0100 Subject: [PATCH] Fix README --- README.rst | 2 -- README_template.rst | 2 -- 2 files changed, 4 deletions(-) diff --git a/README.rst b/README.rst index e913a04..e7d0025 100644 --- a/README.rst +++ b/README.rst @@ -140,8 +140,6 @@ Set all font faces (using a for loop, not available in MuseScore 2): new_score: Score = score.reload() assert new_score.style.get("defaultFontFace") == "Alegreya" -.. code-block:: Python - Set all text font faces (using the method ``score.style.set_text_font_faces(font_face)``, not available in MuseScore 2): diff --git a/README_template.rst b/README_template.rst index 61057d3..17808ac 100644 --- a/README_template.rst +++ b/README_template.rst @@ -140,8 +140,6 @@ Set all font faces (using a for loop, not available in MuseScore 2): new_score: Score = score.reload() assert new_score.style.get("defaultFontFace") == "Alegreya" -.. code-block:: Python - Set all text font faces (using the method ``score.style.set_text_font_faces(font_face)``, not available in MuseScore 2):