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: Graham Percival
Subject: Re: Multiple triplets result in staff running into page border
Date: Fri, 2 Sep 2005 01:48:03 -0700


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





reply via email to

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