lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

line breaking help


From: Bailey James E.
Subject: line breaking help
Date: Wed, 29 Oct 2008 23:33:07 +0100

I'm having some difficulty understanding where I'm going wrong. I have:
Stimme = \relative d' {
StimmeABC = \relative {
  c4 c2 << c2 {s4 \break } >>
  c2 c4
}

StimmeXYZ = \relative d' {
  d2\fermata << r4 { s4 \break } >> f4
  f4. f8 b2
}
\score {
\new Staff \new Voice \with { \remove Forbid_line_break_engraver } \StimmeABC
}
\score {
\new Staff \new Voice \with { \remove Forbid_line_break_engraver } \StimmeXYZ

The first is directly from the documentation, and the second is from my actual musical example. Why doesn't mine work?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]