@comment @chapter About OrchestralLily and Download
@comment
@itemize
@comment @itemize
@item @b{Description}: A @uref{http://www.lilypond.org/, Lilypond} package to easily generate orchestral scores and other complex scores.
@comment @comment @comment @item @b{Description}: A @uref{http://www.lilypond.org/, Lilypond} package to easily generate orchestral scores and other complex scores.
If there exists e.g. a variable @code{\PieceAStringsStaff}, it is used, otherwise the staff (group) will be generated by OrchestralLily as described below.
If there exists e.g. a variable @code{\PieceAStringsStaff}, it is used, otherwise the staff (group) will be generated by OrchestralLily as described below.
If none of the sub-staves (and their sub-staves, etc.) contains any music, OrchestralLily will instead create a title to indicate no music is to be played:
If none of the sub-staves (and their sub-staves, etc.) contains any music, OrchestralLily will instead create a title to indicate no music is to be played:
...
@@ -621,11 +631,42 @@ a DrumStaff and a RhythmicStaff can easily be generated by a proper score
...
@@ -621,11 +631,42 @@ a DrumStaff and a RhythmicStaff can easily be generated by a proper score
structure definition. As the voice of a DrumStaff needs to be a DrumVoice,
structure definition. As the voice of a DrumStaff needs to be a DrumVoice,
we also have to set this voice type once in our definitions.
we also have to set this voice type once in our definitions.
The supported staff group types are: ''GrandStaff, PianoStaff, ChoirStaff, StaffGroup, InnerChoirStaff, InnerStaffGroup, ParallelMusic'' and its equivalent ''SimultaneousMusic''.
The supported staff group types are:
@itemize
@item "GrandStaff"
@item "PianoStaff"
@item "ChoirStaff"
@item "StaffGroup"
@item "InnerChoirStaff"
@item "InnerStaffGroup"
@item "ParallelMusic" and its equivalent "SimultaneousMusic".
@end itemize
The supported staff types are: ''Staff, DrumStaff, RhythmicStaff, TabStaff, GregorianTranscriptionStaff, MensuralStaff, VaticanaStaff, PartCombinedStaff, ParallelVoicesStaff'' and ''FiguredBass''.
The supported staff types are:
@itemize
@item "Staff"
@item "DrumStaff"
@item "RhythmicStaff"
@item "TabStaff"
@item "GregorianTranscriptionStaff"
@item "MensuralStaff"
@item "VaticanaStaff"
@item "PartCombinedStaff"
@item "ParallelVoicesStaff"
@item "FiguredBass"
@end itemize
The supported voice types are: ''Voice, CueVoice'' (for smaller notes), ''DrumVoice, FiguredBass, GregorianTranscriptionVoice, NoteNames, TabVoice'' and ''VaticanaVoice''.