Hi,


[EMAIL PROTECTED] said:
> Check out .26, it's got some the bugfixes that (staff margins, working
> dynamics/text-scripts) were requested last week. 

Staff margins and text scripts look fine but the dynamics are still 
printed in the middle of the staff. 

Another problem is that \mark doesn't work in multi-staff scores.
The generated tex file contains \placebox{#.#}...
It might very well be a problem with my contributions to the 
implementation, but I'm not competent enough to fix it.
An example:
-------------------
m=\notes\relative c'{
\voiceone
c1
\mark "A"; R1*3 \mark "B";
<{R1*3}{s1 \mark "C";}>
}

n=\notes\relative c'{
\voicetwo
c1 | c1 | c1 | c1 | c1 | c1 | c1 |
}

\score{ 
    \type StaffGroup <
       \type Staff = m <\m>
       \type Staff = n <\n>
    >

        \paper {
                \translator { \OrchestralScoreContext
                        markScriptPadding = "4.0";
               }
        }
}
-----------------------

      /Mats

Reply via email to