lilypond-devel
[Top][All Lists]
Advanced

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

names for enabling full measure rests


From: Graham Percival
Subject: names for enabling full measure rests
Date: Mon, 17 Mar 2008 13:36:06 -0700

I'm not totally certain about these names, so I thought I'd ask for
other recommendations.

expandRestBars = {
  \set Score.skipBars = ##f
}
contractRestBars = {
  \set Score.skipBars = ##t
}

\expandRestBars isn't particularly useful, but since we're adding
\contractRestBars I figured we might as well add the other one as
well.  We're adding these because it's ridiculous to have a really
common, useful feature like full measure rests which require an explicit
\set command.

Cheers,
- Graham




reply via email to

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