Issue 277: Bus error with page-break-permission + line-break-permission + 
ragged-right
http://code.google.com/p/lilypond/issues/detail?id=277

New issue report by trevorbaca:
%%% BEGIN %%%

\version "2.11.16"

\layout { ragged-right = ##t }

\new Score \with {
   \override NonMusicalPaperColumn #'page-break-permission = ##f
   \override NonMusicalPaperColumn #'line-break-permission = ##f
} {
   \new Staff <<
      \new Voice {
         s1 \pageBreak
      }
      \repeat unfold 9 {
         c'4 c'4 c'4 c'4
      }
   >>
}

%%% END %%%

GNU LilyPond 2.11.16
Processing `0074.ly'
Parsing...
Interpreting music... [1]
Preprocessing graphical objects...
warning: cannot find line breaking that satisfies constraints
programming error: bounds of spanner are invalid
programming error: bounds of spanner are invalid
programming error: bounds of spanner are invalid
programming error: bounds of spanner are invalid
programming error: bounds of spanner are invalid
programming error: bounds of spanner are invalid
programming error: system with empty extent
programming error: system with empty
extent/Users/trevorbaca/Documents/music/lascaux/scr/lily: line 4:  3495 Bus
error              
/Applications/LilyPond.app/Contents/Resources/bin/lilypond
-dno-point-and-click $1

All three settings are required to produce the bus error.


Issue attributes:
        Status: New
        Owner: ----
        Labels: Type-Defect Priority-Medium

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to