gnu-music-discuss
[Top][All Lists]
Advanced

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

BUG report (1.3.105)


From: Paulo da Silva
Subject: BUG report (1.3.105)
Date: Fri, 10 Nov 2000 22:01:44 +0000

Yes! Long time since I forgot the
attachment for tha last time :)))
Here it goes ...

Three bugs. They are comented in
the simple example attached.

Regards,
Paulo da Silva
\header {
        title = "Bug ilustration";
        subtitle = "Para piano";
        enteredby = "Paulo da Silva";
        tagline = "(C) 2000, Paulo da Silva";
}

%{
      Entered by Paulo da Silva, 2000

        Bug 1. mf makes ">" disappear.
        Bug 2. Consecutive decresc and crescendo are not separated.
        Bug 3. Names of instruments overlap the initial brace.
%}

\version "1.3.105";

papersize = "a4"
\include "paper20.ly"
\include "catalan.ly"

global = \notes {
        \key do \major;
        \time 4/4;
        \tempo 4=100;
}

RHInstr = "Piano MD"


RH = \notes \sequential {
        \context Voice \relative  do'' \sequential {
                do1 \> | do4 \! do4 \< \! do2 |
                do1\mf \> | do4 \! do4 do2 |
        }
     \bar "|.";
}

\score {
        \context PianoStaff <
         \context Staff = treble <
                \global
                \property Staff.instrument = \RHInstr
                \property Staff.instr = " "
                \property Grace.verticalDirection = #1
                \RH
         >
        >
        \paper {        linewidth = 17.0\cm;
                        \translator  {
                                \OrchestralScoreContext
                                minVerticalAlign = 2.5*\staffheight;
                        }
                        \translator {
                                \StaffContext
                                \consists Instrument_name_engraver;
                        }
        }
}

reply via email to

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