bug-lilypond
[Top][All Lists]
Advanced

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

s or \skip - bug or expectable behaviour?


From: -Eluze
Subject: s or \skip - bug or expectable behaviour?
Date: Mon, 1 Feb 2010 15:00:25 -0800 (PST)

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.





reply via email to

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