> So it would be nice to
> a) verify that it does not affect spacing

Try the example below.

> b) does the trick with regard to specifying a potential break

Change the line width to, say, 7cm, and look at the result.

> c) verify that the documentation in particular WRT cadenzas is up to
>    scratch

I'm too lazy to do that :-)


    Werner

======================================================================


br = \bar ""

\paper {
  indent = 0
  line-width = 15\cm
}

\relative c'' {
  \time 16/4
  g4 e e2     f4 d d2     c4 d e f     g g g2 |
  \break
  g4 e e2 \br f4 d d2 \br c4 d e f \br g g g2 |
}

\layout {
  \context {
    \Staff
    \remove "Time_signature_engraver"
  }
}

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

Reply via email to