lilypond-user
[Top][All Lists]
Advanced

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

Re: Barcheck error


From: Mats Bengtsson
Subject: Re: Barcheck error
Date: Thu, 24 Mar 2005 15:38:22 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050319

Why not use the bar check feature of LilyPond to find your problem?
Also, read the section on Rests in the manual, especially follow the
link to Multi measure rests.

Finally, I recommend you read about the \version statement in
http://lilypond.org/doc/v2.4/Documentation/user/out-www/lilypond/Commenting-input-files.html#Commenting-input-files

   /Mats

Roman Käppeler wrote:
Hi,

when realizing upbeats at the beginning I got barcheck errors and the
result isn't that I want to have.

What's the problem here? I couldn't find "upbeat" in the manual, so I
thought doing a \partial at the beginning is right, isn't it?

--------------------------------------------------------------------------
staffChurchOrgan = <<
    \new PianoStaff {
        \set PianoStaff.instrument = #"Orgel  "
        <<
            \time 6/4
            \context Staff = "RH" {              % Right hand
                \clef treble
                \key d \major
                \relative c' {
                    \partial 4*3 {d'4 d e}            % Takt1
                    a,2. d4 d e                        % Takt2
                    a,2. d4 d4 e                    % Takt3
                    a,2  d4 a g fis                    % Takt4
                    e2. e2.                            % Takt5
                    \break
}
            }
        >>
    }


staffTrumpetInC = \new Staff  {
    \set Staff.instrument="Trumpete"
    \set Staff.midiInstrument="trumpet"
    \transposition ais,
    \key d \major
    \clef treble
    \relative c' {
        \time 6/4
        \partial 4*3 {r2.}                    % Takt 1
        r1*2                                    % Takt 2,3
        r2 r4 a'4 g fis                            % Takt 4
        e2. e2.                                    % Takt 5
    \bar "|."
    }

}

\score {
    <<
        \staffChurchOrgan
        \staffTrumpetInC
   >>
}
--------------------------------------------------------------------------



--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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