Am 27.02.19 um 10:07 schrieb Jacques Menu:
Hello,

Compressing multiple measure rests can be handled with:
        \set Score.skipBars = ##t
and:
        \compressFullBarRests
as shown below by snippets taken from the LPNR.

When and where should these be used?

From property-init.ly:

compressFullBarRests = \set Score.skipBars = ##t
expandFullBarRests   = \set Score.skipBars = ##f

It’s the same ;)

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

Reply via email to