Skip to content

Commit

Permalink
instruments: remove unneeded \type "Engraver_group"
Browse files Browse the repository at this point in the history
David Kastrup explained:
> Specifying \type rarely makes sense when not defining a context from
> scratch but inheriting from some existing definition.

See also http://code.google.com/p/lilypond/issues/detail?id=3535
  • Loading branch information
jan-warchol committed Sep 7, 2013
1 parent ba2b4d1 commit a1af2e7
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -23,7 +23,6 @@
\name "SopranoStaff"
\description "predefined template for soprano staff"

\type "Engraver_group"
\alias "Staff"
\accepts "SopranoVoice"
\defaultchild "SopranoVoice"
Expand Down Expand Up @@ -51,7 +50,6 @@
\name "AltoStaff"
\description "predefined template for alto staff"

\type "Engraver_group"
\alias "Staff"
\accepts "AltoVoice"
\defaultchild "AltoVoice"
Expand Down Expand Up @@ -79,7 +77,6 @@
\name "TenorStaff"
\description "predefined template for tenor staff"

\type "Engraver_group"
\alias "Staff"
\accepts "TenorVoice"
\defaultchild "TenorVoice"
Expand Down Expand Up @@ -107,7 +104,6 @@
\name "BassStaff"
\description "predefined template for bass staff"

\type "Engraver_group"
\alias "Staff"
\accepts "BassVoice"
\defaultchild "BassVoice"
Expand Down

0 comments on commit a1af2e7

Please sign in to comment.