Re: MultiMeasureRest duplicte IDs

2017-03-14 Thread David Kastrup
Klaus Rettinghaus writes: > Hi all, > > if you assign an id to a MultiMeasureRest it results in an invalid > SVG, because both the rest symbol AND the number are containered in > equal g containers (with duplicate ids). > Best would be to have both in one single container. Alternatively just > as

Re: gmane seems to not work...

2017-03-14 Thread James
Gaspar, On 06/03/17 08:05, Gáspár Erdélyi wrote: Dear Bug Meister, musicxml2ly crashes with my musicxml file. MusicScore interprets it without any problem... Gmane seems not to operate the bug list currently -- where could I send my bug report? Best regards, Gaspar __

Re: stem length in staff space

2017-03-14 Thread James
Hello, On 14/03/17 11:51, Thomas Morley wrote: 2017-03-14 12:18 GMT+01:00 Klaus Rettinghaus : Ok, here's another try: (Version 2.19.56) { \override NoteHead.transparent = ##t e' \tweak Stem.length #3 e' \tweak Stem.length #6 e' } The normal stem of an e' has the length of approximately 3 sta

Re: stem length in staff space

2017-03-14 Thread Thomas Morley
2017-03-14 12:18 GMT+01:00 Klaus Rettinghaus : > Ok, here's another try: > (Version 2.19.56) > > { > \override NoteHead.transparent = ##t > e' > \tweak Stem.length #3 e' > \tweak Stem.length #6 e' > } > > The normal stem of an e' has the length of approximately 3 staff spaces. So > I tweak the stem

Re: stem length in staff space

2017-03-14 Thread Klaus Rettinghaus
Ok, here's another try: (Version 2.19.56) { \override NoteHead.transparent = ##t e' \tweak Stem.length #3 e' \tweak Stem.length #6 e' } The normal stem of an e' has the length of approximately 3 staff spaces. So I tweak the stem length to 3 (staff spaces) to match the previous. But it turns ou