On 22 March 2011 12:59, Colin Campbell <[email protected]> wrote:
> @dev: Ed's question comes from the recent changes to percent repeats and
> beat slashes: is it possible to revert the double slash now used for short
> (<1/8) notes and mixed note patterns, to a single slash as used prior to
> 2.13.51?
Yes:
\relative c' {
\override RepeatSlash #'before-line-breaking =
#(lambda (grob)
(ly:event-set-property! (event-cause grob) 'slash-count 1))
\override DoubleRepeatSlash #'before-line-breaking =
#(lambda (grob)
(ly:event-set-property! (event-cause grob) 'slash-count 1))
\override DoubleRepeatSlash #'slope = #1.7
\repeat percent 4 { c8 c16 c }
\repeat percent 4 { c16 d e d }
}
If everybody really hates the new defaults, I guess we can add a
property for switching behaviour.
Cheers,
Neil
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel