lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: XML-Import into Frescobaldi Windows


From: Jacques Menu Muzhic
Subject: Re: XML-Import into Frescobaldi Windows
Date: Fri, 28 Apr 2017 14:58:37 +0200

Hello zs,

Thanks for sending me the XML files.

musicxml2ly as of 2.19.58 produces error-prone LilyPond code for tempo commands in La-valse-opaline-ende.xml like:

    \tempo 4=112 ^ "m" | % 1
    \stemUp b2 _\mf \stemUp d4 -4 ^ "i" | % 2

There is nothing to attach this markup to, IIUC. The \mf is attached to b2 alright, though.

Adding an empty chord ‘<>’ is one way to solve the issue:

    \tempo 4=112 <>^ "m" | % 1

The XML code causing this is:

      <direction placement="below">
        <direction-type>
          <dynamics>
            <mf/>
            </dynamics>
          </direction-type>
        <sound dynamics="88.89"/>
        </direction>
      <direction placement="above">
        <direction-type>
          <words>m</words>
          </direction-type>
        </direction>
      <note default-x="86.77" default-y="15.00">
        <pitch>
          <step>B</step>
          <octave>4</octave>
          </pitch>
        <duration>24</duration>
        <voice>1</voice>
        <type>half</type>
        <stem>up</stem>
        </note>

JM

Le 28 avr. 2017 à 11:28, <address@hidden> <address@hidden> a écrit :

Xml-Files from difference sources (Musescore, capella, Sibelius). The problem is always the same.

-----Ursprüngliche Nachricht-----
Von: Jacques Menu Muzhic [mailto:address@hidden]
Gesendet: Freitag, 28. April 2017 11:01
An: address@hidden
Cc: Jacques Menu Muzhic <address@hidden>
Betreff: Re: XML-Import into Frescobaldi Windows

Hello,

Can you send me the XML file privately, for a test?

JM

Le 28 avr. 2017 à 10:33, <address@hidden> <address@hidden> a écrit :

I know this problem science 2.19.4?

After someone asks today on the german forum about this problem, I
want to tell the list about that problem.

It is not possible after importing the xml-File into Frescobaldi to
work with the import result. But the import  looks normal.

Opening the result with notepad++ it looks like xml-import-notepad.png.

The workaround is export the import from Frescobaldi to html, opening
in a browser. Copy the content of the browser and paste it back into
Frescobaldi.


<xml-import-frescobaldi.png><xml-import-
notepad.png>__________________
_____________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user
<La-valse-opaline-ende.xml><Standbyme-Seite2.xml><Kompositionsansatz21b-sib.xml>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]