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: Rammi
Subject: Re: Multiple triplets result in staff running into page border
Date: Fri, 2 Sep 2005 12:51:55 +0200

On 9/2/05, Mats Bengtsson <address@hidden> wrote:
> 
> These problems almost always happen when you have done some
> rhythmical mistake in the input so the bar lines don't happen
> where you think. Fortunately, LilyPond can easily help you detect
> these problems if you just tell it where you expect the bar lines
> to be, see
> 
> http://lilypond.org/doc/v2.7/Documentation/user/out-www/lilypond/Bar-check.html#Bar-check
> 
> If you do that in your example, you will soon find out that you have made


Thanks for your reply. 

I tried this out, but it didn't change anything. For your convenience here's 
everything with bars added:
=========================8<------------------------------------------------------------
\include "deutsch.ly <http://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 1/2"
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 fis8 gis8( fis8[ e gis fis] |
e gis fis e) gis4. gis8 |
fis4 gis4 h8 d8[ cis8 a8] |
d8[ cis a f] g[ 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<------------------------------------------------------------
 
Thanks,
Rammi


reply via email to

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