bug-lilypond
[Top][All Lists]
Advanced

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

convert-ly does not provide a compilable result


From: Noeck
Subject: convert-ly does not provide a compilable result
Date: Tue, 11 Apr 2017 21:17:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

Hi,

perhaps I am too demanding, but shouldn't this syntax be updated by
convert-ly?


\version "2.16.0"

\paper {
  system-system-spacing #'padding = #7
  nonstaff-nonstaff-spacing #'padding = #8
}

\markup \null


Running convert-ly (version 2.19.50) on it does not change the syntax
(except for the version number) but then running lilypond on it complains:

Fehler: syntax error, unexpected SCM_TOKEN, expecting '.' or '=' or ','
  system-system-spacing
                        #'padding = #7


I would expect convert-ly to update this to


\paper {
  system-system-spacing.padding = #7
  nonstaff-nonstaff-spacing.padding = #8
}

Best,
Joram



reply via email to

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