From 7d582948ea621e9dee33b838b86585783ad7cb91 Mon Sep 17 00:00:00 2001
From: Reinhold Kainhofer <reinhold@kainhofer.com>
Date: Wed, 25 Jul 2012 19:15:02 +0200
Subject: [PATCH] Add ChordNames as staff type

---
 orchestrallily.ily | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/orchestrallily.ily b/orchestrallily.ily
index b783854..68b953c 100644
--- a/orchestrallily.ily
+++ b/orchestrallily.ily
@@ -697,6 +697,7 @@ orchestralVoiceTypes = #(define-music-function (parser location types) (list?)
     '("GregorianTranscriptionStaff" . oly:staff_handler )
     '("MensuralStaff" . oly:staff_handler )
     '("VaticanaStaff" . oly:staff_handler )
+    '("ChordNames" . oly:staff_handler )
     ; staves with multiple voices
     '("PartCombinedStaff" . oly:part_combined_staff_handler )
     '("ParallelVoicesStaff" . oly:parallel_voices_staff_handler )
@@ -715,6 +716,7 @@ orchestralVoiceTypes = #(define-music-function (parser location types) (list?)
     '("CueVoice" . oly:voice_handler )
     '("DrumVoice" . oly:voice_handler )
     '("FiguredBass" . oly:voice_handler )
+    '("ChordNames" . oly:voice_handler )
     '("GregorianTranscriptionVoice" . oly:voice_handler )
     '("NoteNames" . oly:voice_handler )
     '("TabVoice" . oly:voice_handler )
-- 
GitLab