Removing indentation on the first line

• May 24, 2021 - 14:50

Can indentation on the first line be removed with a plugin?


Comments

It is a style setting, I don't think those are accessible to plugins.
But maybe you can load a style file via a plugin? In that case more or less a one-liner.

no-enableIndentOnFirstSystem.mss:

<?xml version="1.0" encoding="UTF-8"?>
<museScore version="3.02">
  <Style>
    <enableIndentationOnFirstSystem>0</enableIndentationOnFirstSystem>
    </Style>
  </museScore>
Attachment Size
no-enableIndentOnFirstSystem.mss 175 bytes

Do you still have an unanswered question? Please log in first to post your question.