lilypond-user
[Top][All Lists]
Advanced

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

\unset in paper block


From: Werner LEMBERG
Subject: \unset in paper block
Date: Fri, 02 Aug 2019 10:45:35 +0200 (CEST)

I wonder whether it is possible to use \unset in the paper block.  The
use-case is lyluatex, which sets `left-margin'; I want to unset this
value so that lilypond only takes the line width into account to
automatically center it.

In other words, I would like to have

   % from lyluatex
   \paper {
     left-margin = 100\pt
     line-width = 200\pt
   }

   ...

   % user code
   \paper {
     \unset left-margin
   }


    Werner



reply via email to

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