Re: new page spacing syntax bug

2010-10-29 Thread Neil Puttock
2010/10/29 Janek Warchoł : > LilyPond 2.13.37, Windows 7. > > system-system-spacing #'padding = #1 > works like > system-system-spacing = #'((padding . 1)) > > (it resets other values to 0) I think this will turn out to be issue 1338: http://code.google.com/p/lilypond/issues/detail?id=1338 I hop

Re: new page spacing syntax bug

2010-10-29 Thread James
Hello On 29/10/2010 11:35, Janek Warchoł wrote: LilyPond 2.13.37, Windows 7. system-system-spacing #'padding = #1 works like system-system-spacing = #'((padding . 1)) (it resets other values to 0) Snippet: \version "2.13.37" \paper { system-system-spacing #'padding = #1 } \relative c' {

new page spacing syntax bug

2010-10-29 Thread Janek Warchoł
LilyPond 2.13.37, Windows 7. system-system-spacing #'padding = #1 works like system-system-spacing = #'((padding . 1)) (it resets other values to 0) Snippet: \version "2.13.37" \paper { system-system-spacing #'padding = #1 } \relative c' { \repeat unfold 40 { a d e f a } } this makes t