bug-lilypond
[Top][All Lists]
Advanced

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

Re: Multiple triplets result in staff running into page border


From: Mats Bengtsson
Subject: Re: Multiple triplets result in staff running into page border
Date: Fri, 02 Sep 2005 12:15:06 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

These problems are almost always an indication that you have done
some rhythmical error in the input. Fortunately, LilyPond can
easily help you find such errors, see
http://lilypond.org/doc/v2.6/Documentation/user/out-www/lilypond/Bar-check.html#Bar-check
If you insert such bar checks, you will quickly find out that you had
made a mistake in bar 29.

   /Mats

Graham Percival wrote:

On 1-Sep-05, at 12:37 AM, Rammi wrote:

Hi Graham,

thanks for your fast reply.

Am Donnerstag 01 September 2005 04:32 schrieben Sie:

On 31-Aug-05, at 9:26 AM, Rammi wrote:

Attached is a file with a lot of triplets.

The bottom staff is not broken, it is packed together looking very
cramped
and running out of the page.


Sorry, this mailing list removes attachment.  Could you resend this
example
in the body of your email instead of as an attachment?


Of course:


Please keep lilypond-related emails on the mailing list (as I've done). As it
happens, I won't have lilypond installed for a few days, but somebody else
here could probably help.

- Graham


==============8<----------------------------------------------------
\include "deutsch.ly"

#(set! toplevel-music-handler (lambda (p m)
                   (ly:parser-print-score
                p (ly:music-scorify m p))))

#(ly:set-option (quote no-point-and-click))

#(define version-seen? #t)



\header {
  title = "Full Fathom Five"
  subtitle = ""
  subsubtitle = "Sopran-Stimme"
  source = "Shakespeare"
  composer = "Vaughn Williams"
  enteredby = "Rammi"
}

\version "2.6.3"

i = \context Staff \relative c''{
  \context Voice = "i"
  \oneVoice

  % 1. Takt
  g1
  g1
  g1
  g2 a2(
  g4) a2( g4)

  a2( g2)(
  g1)
  g1
  a2( g4) a4(~
  a4 g4) a2(

  % 11. Takt
  g1)
  g1
  a2( g4) a4(~
  a4 g4) a2(
  g1)

  % 16. Takt
  g1
  \times 2/3 { g4( f4 g4 } \times 2/3 { f4 g4 a4)}
  \times 2/3 { g4( a4 f4 } \times 2/3 { g4 a4 f4)}
  a1
  gis4. gis8 h4 cis4

  % 21. Takt
  gis4 f8 gis8( f8[ e gis f]
  e gis f e) gis4. gis8
  fis4 gis4 h8 d8[ cis8 a8]
  d8[ cis a f] gis[ a b d]
  \times 2/3 { e4( dis c}  \times 2/3 { h4 g4 fis }

  % 26. Takt
  \times 2/3 { e4 dis4 e4) } g4. g8
  f4 g4 \times 2/3 { b8( c b } \times 2/3 { g8 b c) }
  g4 g2.~
  g4 r8 g2.~
  g8 r8 g2.

  % 31. Takt
  c2( a4 g4
  f4 c'4 a4 g4)
  f4( c'4 a4 g4
  f4 c'4 a4 g4)
  \times 2/3 { c4 des c } \times 2/3 { f4 des c }

  % 36. Takt
  \times 2/3 { f4 des c } \times 2/3 { f4 des c }
  \times 2/3 { f4 des c } \times 2/3 { f4 des c }
  \times 2/3 { des4 c a } \times 2/3 { des4 c a }
  \times 2/3 { des4 c a } \times 2/3 { des4 c a }
  \times 2/3 { f4 des c } \times 2/3 { f4 des c }

  % 41. Takt
  \times 2/3 { f4 des c } \times 2/3 { f4 des c~ }
  c8 r8 r4 r2

}

\score {
    \context PianoStaff <<
    \context Staff = "treble" <<
        \clef violin
        \time 4/4
        \i
    >>
 >>
    \layout {
    \context {
        \Score
        %\override SpacingSpanner #'spacing-increment = #3
    }
    }
    \midi {
    \tempo 4 = 90
    }
}

%% Local Variables:
%% coding: utf-8
%% End:
==============8<----------------------------------------------------



_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond

--
=============================================
        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]