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

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

[Gnu-music-discuss] Need help and a couple of problems ...


From: Paulo da Silva
Subject: [Gnu-music-discuss] Need help and a couple of problems ...
Date: Sat, 16 Sep 2000 00:05:36 +0100

Hi,

I'm using the following fragment from a partiture
I own to test lilypond. This is copyrighted material.
So please don't use it for any purpose except as
an example of the problems I found!

For lilypond 1.3.85 ...

Q1. I'm getting the alternatives indicators (is this
the word? You know what I mean!) both on treble and
bass cleves! How do I get rid off the bass one?

Q2. Is there a way to put a sign "-", as in r2,
on the second measure of bass clef? This is so
on the original. Is this legal anyway on a 3/8?

Obs.:
1. The slur on the treble clef should continue on
alternative 2.

2. The REP bar is also printed on the beginning of
the 1st measure! This didn't happen on the previous
releases I tested!

3. Things like xx^1^"Some Text" are overwritten!

I hope you understand my poor english :)

TIA for any help and comments.
Regards and thanks for this excelent work.

Paulo
\header {
        composer = "Ludwig van Beethoven (1770-1827)";
        title = "Para Elisa";
        subtitle = "Para piano (Montani)";
%       arranger = "";
        enteredby = "Paulo da Silva";
        copyright = "2000, Paulo da Silva";
        tagline = "(C) 2000, Paulo da Silva";
}

%{
      Entered by Paulo da Silva, 2000
%}

\version "1.3.68";

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

global = \notes {
        \key do \major;
        \time 3/8;
        \tempo 4=100;
%       \bar "|.";
%       s2.* 80
}

LHInstr = "Piano ME"
RHInstr = "Piano MD"


RH = \notes \sequential {
        \context Voice \relative  do'' \repeat "volta" 2 \sequential {
                \partial 8; mi16(^5^"Poco moto"-\pp res^4 |
                mi16 res mi si^2 re^4 do^3 |
                )la8^1 r16 do,16(^1 mi^2 la^4 |
                )si8 r16 mi,16(^1 sols^2 si^4 |
                )do8 r16 mi,16( mi' res |
                mi16 res mi si re do |
                )la8 r16 do,16(^1 mi^2 la^4 |

                )si8 r16 mi,16(^1 do'^5 si |
        }
        \alternative {
                {       )la4 s8 |
                }
                {       )la8 r16 si16(^2 \< do \! re |
                }
        }
     \bar "|.";
}

LH = \notes \sequential {
        \context Voice \relative  do \repeat "volta" 2 \sequential {
                \partial 8; r8 |
                s4 s8 |
                la16(^5\sustaindown mi'^2 )la^1 r16 r8\sustainup |
                mi,16(-5\sustaindown mi'-1 )sols-2 r16 r8\sustainup |
                la,16(\sustaindown mi' )la r16 r8\sustainup |
                s4 s8 |
                la,16(\sustaindown mi' )la r16 r8\sustainup |

                mi,16(\sustaindown mi' )sols r16 r8\sustainup |
        }
        \alternative {
                {       la,16( mi' )la r16 s8 |
                }
                {       la,16( mi' )la r16 r8 |
                }
        }
     \bar "|.";
}

\score {
        \context PianoStaff <
         \context Staff = treble <
                \global
                \property Staff.instrument = \RHInstr
                \property Staff.instr = " "
                % \property Staff.timeSignatureStyle = "C"
                \property Grace.verticalDirection = #1
                \RH
         >
         \context Staff = bass <
                \global
                \clef "F";
                \property Staff.instrument = \LHInstr
                \property Staff.instr = " "
                % \property Staff.timeSignatureStyle = "C"
                \property Grace.verticalDirection = #1
                \LH
         >
        >
        \paper {        linewidth = 17.0\cm;
                        \translator  {
                                \OrchestralScoreContext
                                minVerticalAlign = 2.5*\staffheight;
                        }
                        \translator {
                                \StaffContext
                                \consists Instrument_name_engraver;
                        }
        }
        \midi { \tempo 4 = 100; }
}

reply via email to

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