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

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

Summary of problems remaning


From: Paulo da Silva
Subject: Summary of problems remaning
Date: Fri, 22 Sep 2000 00:34:35 +0100

This is a small example of the two problems
still remaining for my needs.

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

%{
      Entered by Paulo da Silva, 2000

        Bug 1. Repetition bar at the beginning.
        Bug 2. The slur must be on both alternatives.
%}

\version "1.3.87";

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'' \repeat "volta" 2 \sequential {
                do1( |
        }
        \alternative {
                {       )sol1 |
                }
                {       )re1 |
                }
        }
     \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]