Am 18.12.2016 um 18:03 schrieb Br. Samuel Springuel:
When I compile the following snippet I get an error under 2.19.53 that
wasn't there under 2.18.2:

\version "2.19.53"

timeless = \with {
    \remove "Time_signature_engraver" }

\new Staff \with {
    \remove "Time_signature_engraver" }
{ c' }

\new Staff \timeless
{ c' }

Try an additional \with:

\new Staff \with \timeless { c' }

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to