Re: landscape mode in lilypond-book doesn't calculate line length correctly

2012-08-12 Thread Reinhold Kainhofer
On 2012-08-11 21:57, David Kastrup wrote: Laura Conrad writes: "Laura" == Laura Conrad writes: Laura> When run on the attached file, lilypond-book sets the line Laura> length of the music to be much less than the actual width of Laura> the page that latex is using (which you

Re: landscape mode in lilypond-book doesn't calculate line length correctly

2012-08-12 Thread David Kastrup
Reinhold Kainhofer writes: > On 2012-08-11 21:57, David Kastrup wrote: >> Fragments may use the >> >> `papersize=STRING' >> Where STRING is a paper size defined in `scm/paper.scm' i.e. >> `a5', `quarto', `11x17' etc. >> >> Values not defined in `scm/paper.scm' will be ignored, a

Please write to this list directly

2012-08-12 Thread m...@mikesolomon.org
Dear Midenok, Please write to this list directly with any bug questions or post to: http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs Adding things directly to the tracker makes things difficult for the limited number of volunteers who are taking care of the bug squad. Your req

repeat and collision with a new clef

2012-08-12 Thread Marc Lanoiselée
\version "2.14.0" { \clef "bass" \time 4/4 \partial 8*1 \repeat volta 2 { c8 c2 e4 g4 c2. r8 } \once \override Score.BreakAlignment #'break-align-orders = #(make-vector 3 '( staff-bar clef )) \repeat volta 2 { \clef "alto" e8 e2 e4. } }

Re: repeat and collision with a new clef

2012-08-12 Thread Keith OHara
Looks like an unpleasant bug. The only workaround I see is the commented override in the example below. { b1 % \once\override Score.BarLine #'space-alist #'clef = #'(minimum-space . 2.5) \once \override Score.BreakAlignment #'break-align-orders = #(make-vector 3 '( staff-bar clef )) \bar":