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?
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user