i expected the 3 following snippets to produce the same output: \version "2.13.11"
breaks = { \skip 1 * 44 } music = { \repeat unfold 3 { c c c r } } << \music \\ \breaks >> breaks = { s 1 * 44 } music = { \repeat unfold 3 { c 1 c c r } } << \music \\ \breaks >> % weird: breaks = { s 1 * 44 } music = { \repeat unfold 3 { c c c r } } << \music \\ \breaks >> if you increase the factor (or unfold number) lilypond even crashes. -- View this message in context: http://old.nabble.com/s-or-%5Cskip---bug-or-expectable-behaviour--tp27412933p27412933.html Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com. _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond