lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4435 in lilypond: All staves in the satb.ly templa


From: lilypond
Subject: [Lilypond-auto] Issue 4435 in lilypond: All staves in the satb.ly template should be removed when empty
Date: Sat, 06 Jun 2015 17:07:27 +0000

Status: Accepted
Owner: tdanielsmusic
Labels: Type-Defect

New issue 4435 by tdanielsmusic: All staves in the satb.ly template should be removed when empty
https://code.google.com/p/lilypond/issues/detail?id=4435


The Solo staff in the built-in satb.ly template is not, by default, removed from systems in which it contains no notes.

\version "2.19.21"

SoloMusic = {
  \repeat unfold 40 r1
  c''1
}

SopranoMusic = {
  \repeat unfold 40 r1
  a'1
}

AltoMusic = {
  \repeat unfold 40 e'1
  e'1
}

\include "satb.ly"


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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