> I'm not top posting.

%%% Example about repeat percent
%%% Beat-slash stencil should be used in both examples

\version "2.13.54"
\relative c''{
    \time 4/4
    \key c \major
% Ok ....
    \repeat percent 4 {c8 c }
    
% Not Ok ....
    \repeat percent 4 {c8 c16 c}
}

\layout{ ragged-right = ##t }
%%% end of example


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

Reply via email to