On 02.02.2010, at 00:00, -Eluze wrote:


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 >>

And that \skip is not the same as s.


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to