Hi Richard, test1.denemo
has 4 crotchets. The third of which has its size changed, but I cannot change it back
The LilyPond indicates that the size has been tweaked twice. I changed its size to -4 then "back" to 0
The object editor implies I can delete the change of size but then stubbornly refuses to oblige!
I was intending to change a block of notes and assumed I would highlight them and then use Notes Notehead Size but found that it was truly an individual size. I have found the directive for changing the size now, but the above is a bug.
Joe
<?xml version="1.0" encoding="UTF-8"?> <score xmlns="http://denemo.org/xmlns/Denemo" version="8"> <thumbnail> <first-staff>1</first-staff> <last-staff>3</last-staff> <first-measure>1</first-measure> <last-measure>3</last-measure> <first-obj>0</first-obj> <last-obj>2147483647</last-obj> </thumbnail> <lilycontrol> <papersize>a4</papersize> <fontsize>18</fontsize> <orientation>1</orientation> <total-edit-time>0</total-edit-time> </lilycontrol> <movement-number>1</movement-number> <movement> <edit-info> <staffno>1</staffno> <measureno>1</measureno> <cursorposition>4</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> <score-info> <tempo> <duration> <numerator>1</numerator> <denominator>4</denominator> </duration> <bpm>120</bpm> </tempo> </score-info> <staves> <staff id="id0"></staff> </staves> <voices> <voice id="id1"> <voice-info> <voice-name>Part 1</voice-name> <first-measure-number>1</first-measure-number> </voice-info> <initial-voice-params> <staff-ref staff="id0"></staff-ref> <clef name="treble"></clef> <key-signature> <modal-key-signature note-name="C" mode="major"></modal-key-signature> </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> <override_volume>0</override_volume> <mute>0</mute> <midi_prognum>0</midi_prognum> <midi_channel>0</midi_channel> <hasfigures>0</hasfigures> <hasfakechords>0</hasfakechords> </voice-props> <measures> <measure> <chord show="true" id="id2"> <duration base="quarter"></duration> <notes> <note id="id3"> <middle-c-offset>4</middle-c-offset> </note> </notes> </chord> <chord show="true" id="id4"> <duration base="quarter"></duration> <notes> <note id="id5"> <middle-c-offset>3</middle-c-offset> </note> </notes> </chord> <chord show="true" id="id6"> <duration base="quarter"></duration> <notes> <note id="id7"> <middle-c-offset>2</middle-c-offset> <directives> <directive> <tag>NoteHeadSize</tag> <prefix> \tweak font-size #-4 </prefix> <data>-4</data> </directive> </directives> </note> </notes> </chord> <chord show="true" id="id8"> <duration base="quarter"></duration> <notes> <note id="id9"> <middle-c-offset>1</middle-c-offset> <directives> <directive> <tag>NoteHeadSize</tag> <prefix> \tweak font-size #0 </prefix> <data>0</data> </directive> </directives> </note> </notes> </chord> </measure> </measures> </voice> </voices> </movement> </score>
_______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
