Hello,
I have a problem with Lilyponds automatic line breaking. The attached score
has only one line break. All notes are squeezed and finally run out of page.
What's wrong with the score source?
Best regards, Helge
\include "deutsch.ly"
upperNotes = \relative c''' {
g8 d h g g a h e,4 e8 e4 c'8 a fis d d e fis g4 g8 g4 g'8
d h g h c d e,4 e8 e4 c'8 a fis d d e fis g4 g8 g4 \bar ":|"
g'16 a
h8 g h a fis d
e fis g g fis e
d h g' d h g
a fis d d4 g'16 a
h8 g h a fis d
e fis g g fis e
fis16 g a8 fis g e a,
d4 d8 d e f
e c e d h d
c a' c, h g' h,
a c e d h g
fis a fis d e fis
g a h e, fis g
a h c d e fis
g d h c h fis
g4 g8 g4.
}
upperStaff = {
\clef treble
\key e \minor
\time 6/8
\partial 8*1
\upperNotes
}
lowerNotes = \relative c' {
r8 <g d g,>4. <g h d>
<c g c,> <g c>
<d a> <d a>
<g h d> <g h d>
g g, c' c g d g g,
\clef treble
r8
<d'' g h>4. <d fis a>
<c e g> \clef bass <c, g' c>
<g' d'> <g d'>
<d a'> <d a'>
\clef treble
<d' g h> <d fis a>
<c e g> \clef bass <c, g' c> \clef treble
<d' a'> <g, d' g>
<d' a'> <d a'>\arpeggio
% {
<c e g> <g d' g>
\clef bass
<c e> <h d>
<d a' d> <g d>
<d,, a> <d a>
<g h d> <c g c>
<a c e> <d a d>
<g d g> <d a d>
<g h d> <g h d>\arpeggio
% }
}
lowerStaff = {
\clef bass
\key e \minor
\time 6/8
\partial 8*1
\lowerNotes
}
\score {
\context PianoStaff <<
\context Staff = upper \upperStaff
\context Staff = lower \lowerStaff
>>
\layout { }
}
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user