frescobaldi / python-ly

A Python package and commandline tool to manipulate LilyPond files

Home Page:https://pypi.org/project/python-ly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

\cadenzaOn/Off should change behaviour of \bar and barchecks

uliska opened this issue · comments

\cadenzaOn should set a flag in lymus2musxml.py. If this is on then

  • No <time> attributes to measures are created
  • New measures are not triggered when the measure is complete, but only when a \bar is printed or a barcheck is used.
  • At the same time \bar is modified insofar as there is no check for mid-measure bars. Instead, always a new measure is triggered.