When I have a grace note at the beginning of a score, and on another staff no grace note at the beginning, something weird is printed, as can be seen in the attached minimal example.
Andreas
<?xml version="1.0"?> <score xmlns="http://denemo.org/xmlns/Denemo" version="6"> <scoreheader-directives> <directive> <tag>ScoreTitle</tag> <postfix>title = \markup { \with-url #'"scheme:(d-ScoreTitle)" "Click Title"} </postfix> <display>Click Title</display> <override>36</override> </directive> </scoreheader-directives> <paper-directives> <directive> <tag>PrintAllHeaders</tag> <postfix> print-all-headers = ##t </postfix> </directive> <directive> <tag>LimitInterSystemSpace</tag> <postfix> page-limit-inter-system-space = ##t page-limit-inter-system-space-factor = 1.2</postfix> </directive> </paper-directives> <lilycontrol> <papersize>a4</papersize> <fontsize>17</fontsize> <orientation>1</orientation> <score-directives> <directive> <tag>ScoreIndent</tag> <prefix>\layout {indent = 11.9} </prefix> <display>indent=11.9</display> <override>4</override> </directive> </score-directives> </lilycontrol> <movement-number>1</movement-number> <movement> <edit-info> <staffno>2</staffno> <measureno>1</measureno> <cursorposition>0</cursorposition> <tonalcenter>0</tonalcenter> <zoom>100</zoom> <system-height>100</system-height> <page-zoom>0</page-zoom> <page-system-height>0</page-system-height> </edit-info> <header-directives> <directive> <tag>ScoreTitle</tag> <postfix>title = ""</postfix> </directive> </header-directives> <score-info> <tempo> <duration> <numerator>1</numerator> <denominator>4</denominator> </duration> <bpm>120</bpm> </tempo> </score-info> <staves> <staff id="id0"/> <staff id="id1"/> </staves> <voices> <voice id="id2"> <voice-info> <voice-name>Unnamed</voice-name> <first-measure-number>1</first-measure-number> </voice-info> <initial-voice-params> <staff-ref staff="id0"/> <clef name="treble"/> <key-signature> <modal-key-signature note-name="C" mode="major"/> </key-signature> <time-signature> <simple-time-signature> <numerator>4</numerator> <denominator>4</denominator> </simple-time-signature> </time-signature> </initial-voice-params> <voice-props> <number-of-lines>5</number-of-lines> <voice-control>1</voice-control> <transpose>0</transpose> <instrument></instrument> <device-port>NONE</device-port> <volume>127</volume> <midi_prognum>0</midi_prognum> <midi_channel>0</midi_channel> <hasfigures>0</hasfigures> <hasfakechords>0</hasfakechords> <staff-directives> <directive> <tag>InstrumentName</tag> <postfix>\set Staff.instrumentName = \markup { \with-url #'"scheme:(d-GoToPosition 1 1 1 1)(let ((choice (d-PopupMenu (list (cons (_ \"Change Name\") d-InstrumentName) (cons (_ \"Change Indent\") d-ScoreIndent))))) (if choice (choice))) " \transparent {"Unnamed" }}</postfix> <display>Unnamed</display> <override>4</override> </directive> </staff-directives> </voice-props> <measures> <measure> <chord show="true" id="id3" grace="true"> <duration base="sixteenth"/> <notes> <note id="id4"> <middle-c-offset>4</middle-c-offset> <accidental name="sharp" show="true"/> </note> </notes> </chord> <chord show="true" id="id5"> <duration base="whole"/> <notes> <note id="id6"> <middle-c-offset>5</middle-c-offset> </note> </notes> </chord> </measure> </measures> </voice> <voice id="id7"> <voice-info> <voice-name>Stimme 2</voice-name> <first-measure-number>1</first-measure-number> </voice-info> <initial-voice-params> <staff-ref staff="id1"/> <clef name="treble"/> <key-signature> <modal-key-signature note-name="C" mode="major"/> </key-signature> <time-signature> <simple-time-signature> <numerator>4</numerator> <denominator>4</denominator> </simple-time-signature> </time-signature> </initial-voice-params> <voice-props> <number-of-lines>5</number-of-lines> <voice-control>1</voice-control> <transpose>0</transpose> <instrument></instrument> <device-port>NONE</device-port> <volume>127</volume> <midi_prognum>0</midi_prognum> <midi_channel>1</midi_channel> <hasfigures>0</hasfigures> <hasfakechords>0</hasfakechords> </voice-props> <measures> <measure> <chord show="true" id="id8"> <duration base="whole"/> <notes> <note id="id9"> <middle-c-offset>-2</middle-c-offset> </note> </notes> </chord> </measure> </measures> </voice> </voices> </movement> </score>
_______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
