[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Ugly (tight) output with 2.6.16
From: |
Pedro Kroger |
Subject: |
Re: Ugly (tight) output with 2.6.16 |
Date: |
Mon, 13 Sep 2004 17:19:32 -0300 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) |
Erik Sandberg <address@hidden> writes:
> Can you please send the .ly file also (beware that the ml strips any
> attachemnts)?
Sure (I did sent a .ly file, but it was in an attachement :-() here it
goes:
\version "2.3.16"
\header {
title = "Title"
composer = "Composer"
}
#(set-default-paper-size "a4")
#(set-global-staff-size 16)
\bookpaper {
leftmargin = 2\cm
linewidth = 17\cm
}
\book {
\score {
<<
\context StaffGroup ="solo" <<
\new Staff {
\relative c' {
\repeat unfold 30 {c4 c c c}
}
}
\new Staff {
\clef bass
\repeat unfold 30 {c4 c c c}
}
\new PianoStaff {
<<
\context Staff = up{
\relative c' {
\repeat unfold 30 {c4 c c c}
}
}
\context Staff = down {
\clef bass
\repeat unfold 30 {c4 c c c}
}
>>
}
>>
\context StaffGroup = "archi" <<
\context GrandStaff <<
\new Staff {
\relative c' {
\repeat unfold 30 {c4 c c c}
}
}
\new Staff {
\relative c' {
\repeat unfold 30 {c4 c c c}
}
}
>>
\new Staff {
\clef alto
\repeat unfold 30 {c4 c c c}
}
\new Staff {
\clef bass
\repeat unfold 30 {c4 c c c}
}
\new Staff {
\clef bass
\repeat unfold 30 {c4 c c c}
}
>>
>>
}
}