Page MenuHomePhabricator

Score: layout-set-staff-size causes an error
Open, Needs TriagePublicBUG REPORT

Description

The following does not work:

<score raw="1">\version "2.16.2" 
\score { << << \new Staff { \key c \major \numericTimeSignature \time 4/4
\relative g' {
<g>2 <g>4 <f>  } }
 >> >>
\layout { indent = #0  #(layout-set-staff-size 16) }
}
</score>

Error:

Unable to compile LilyPond input file:

line 6 - column 25:
GUILE signaled an error for the expression beginning here

Removing #(layout-set-staff-size 16) fixes it

Found at enWS: https://en.wikisource.org/wiki/Abide_with_Me_(Illustrated_Victorian_Songbook), diagnosed by @Ankry

Event Timeline

@Inductiveload this looks fixed to me with lilypond 2.22.0 now, can you confirm?

@Inductiveload this looks fixed to me with lilypond 2.22.0 now, can you confirm?

"fixed" through ignoring: the settings does nothing now as many others (like eg. set-paper-size and crossStaff-related ones).