bug-lilypond
[Top][All Lists]
Advanced

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

Re: convert-ly can't update some spacing options


From: Federico Bruni
Subject: Re: convert-ly can't update some spacing options
Date: Sat, 10 Aug 2013 01:49:40 +0200

2013/8/9 Federico Bruni <address@hidden>

> 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 address@hidden:/tmp$
address@hidden:/tmp$
address@hidden:/tmp$
address@hidden:/tmp$



%%second try

address@hidden:/tmp$
address@hidden:/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 address@hidden:/tmp$


reply via email to

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