2013/8/9 Federico Bruni <[email protected]>
> convert-ly can't update these \paper options:
>
>
> \version "2.14.2"
>
>
> \header {
>
> title = "convert-ly rule"
>
> }
>
>
> \paper {
>
> after-title-spacing = #'((basic-distance . 20))
>
> between-system-spacing = #'((basic-distance . 20))
>
> }
>
>
> { c''1 }
>
>
>
> after-title-spacing > markup-system-spacing
>
> between-system-spacing > system-system-spacing
>
>
>
weird... after some hours it works: same version and same installation of
lilypond
%% first try
$ convert-ly spacing-convert-rules.ly
convert-ly (GNU LilyPond) 2.17.21
convert-ly: Elaborazione di «spacing-convert-rules.ly»...
Conversione in corso: 2.15.7, 2.15.9, 2.15.10, 2.15.16, 2.15.17, 2.15.18,
2.15.19, 2.15.20, 2.15.25, 2.15.32, 2.15.39, 2.15.40, 2.15.42, 2.15.43,
2.16.0, 2.17.0, 2.17.4, 2.17.5, 2.17.6, 2.17.11, 2.17.15, 2.17.18, 2.17.19,
2.17.20
\version "2.17.20"
\header {
title = "convert-ly rule"
}
\paper {
after-title-spacing = #'((basic-distance . 20) (minimum-distance . 10))
between-system-spacing = #'((basic-distance . 20))
}
{ c''1 }fede@fede-xps:/tmp$
fede@fede-xps:/tmp$
fede@fede-xps:/tmp$
fede@fede-xps:/tmp$
%%second try
fede@fede-xps:/tmp$
fede@fede-xps:/tmp$ convert-ly spacing-convert-rules.ly
convert-ly (GNU LilyPond) 2.17.21
convert-ly: Elaborazione di «spacing-convert-rules.ly»...
Conversione in corso: 2.15.7, 2.15.9, 2.15.10, 2.15.16, 2.15.17, 2.15.18,
2.15.19, 2.15.20, 2.15.25, 2.15.32, 2.15.39, 2.15.40, 2.15.42, 2.15.43,
2.16.0, 2.17.0, 2.17.4, 2.17.5, 2.17.6, 2.17.11, 2.17.15, 2.17.18, 2.17.19,
2.17.20
\version "2.17.20"
\header {
title = "convert-ly rule"
}
\paper {
markup-system-spacing = #'((basic-distance . 20) (minimum-distance . 10))
system-system-spacing = #'((basic-distance . 20))
}
{ c''1 }fede@fede-xps:/tmp$
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond