Skip to content
Snippets Groups Projects
Commit 7d582948 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Add ChordNames as staff type

parent 895a51e5
Branches
No related tags found
No related merge requests found
......@@ -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 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment