lilypond-user
[Top][All Lists]
Advanced

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

Devnull: how to make it take no space


From: Jean-Charles Malahieude
Subject: Devnull: how to make it take no space
Date: Sat, 11 Jun 2011 16:02:27 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc14 Thunderbird/3.1.10

Hi all,

In the book I'm engraving, it happens that some instruments get "tacet" for certain pieces. In order to generate a full table of contents, I treat them through "Devnull". The problem is that I often get what follows.

In this tiny example, I would like the "devnull" to not take any vertical space. I've played with the various variables, but with no success.

---8<---
\version "2.14.0"
\score {
  \repeat unfold 4 { c'1 \break }
  \header { piece = "Piece one" }
}
\score {
  \new Devnull { s4 }
  \header { piece = "Piece two" opus = "TACET." }
}
\score {
  \repeat unfold 9 { e'1 \break }
  \header { piece = "Piece three" }
}
--->8---

Thanks for your help,
Jean-Charles



reply via email to

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