Safe Haskell | Safe-Inferred |
---|
Notation related constants.
- arpeggio :: Annotation
- glissando :: Annotation
- laissezVibrer :: Annotation
- harmonic :: Annotation
- flageolet :: Annotation
- fermata :: Annotation
- marcato :: Annotation
- accent :: Annotation
- tenuto :: Annotation
- staccato :: Annotation
- stem_tremolo :: Integer -> Annotation
- bass_clef :: Music
- percussion_clef :: Music
- treble_clef :: Music
- alto_clef :: Music
- tenor_clef :: Music
- bass_8vb_clef :: Music
- treble_15ma_clef :: Music
- treble_8vb_clef :: Music
- treble_8va_clef :: Music
- bar_line_check :: Music
- double_barline :: Music
- final_barline :: Music
- system_break :: Music
- no_system_break :: Music
- page_break :: Music
- no_page_break :: Music
- auto_beam_off :: Music
- tuplet_down :: Music
- tuplet_up :: Music
- tuplet_neutral :: Music
- voice_one :: Music
- voice_two :: Music
- stem_down :: Music
- stem_up :: Music
- stem_neutral :: Music
- dynamic_down :: Music
- dynamic_up :: Music
- dynamic_neutral :: Music
- begin_8va :: Music
- end_8va :: Music
- ped :: Annotation
- no_ped :: Annotation
- tie :: Annotation
- begin_beam :: Annotation
- end_beam :: Annotation
- begin_slur :: Annotation
- end_slur :: Annotation
- slur_down :: Music
- slur_up :: Music
- slur_neutral :: Music
- begin_phrasing_slur :: Annotation
- end_phrasing_slur :: Annotation
- rAcc :: Annotation
- cAcc :: Annotation
- set_accidental_style_dodecaphonic :: Music
- set_accidental_style_neo_modern :: Music
- set_accidental_style_modern :: Music
- set_noteheads :: String -> Music
- cross_noteheads :: Music
- baroque_noteheads :: Music
- neomensural_noteheads :: Music
- petrucci_noteheads :: Music
- mensural_noteheads :: Music
- harmonic_noteheads :: Music
- diamond_noteheads :: Music
- harmonic_mixed_noteheads :: Music
- revert_noteheads :: Music
- a4_paper :: Paper
- length_scale :: Double -> Length -> Length
- paper_incr_size :: Paper -> Paper
- a3_paper :: Paper
- a2_paper :: Paper
- landscape :: Paper -> Paper
- mk_fragment_paper :: Double -> Double -> Paper
- tempo :: Duration -> Integer -> Music
- after_grace :: Music -> Music -> Music
- grace :: Music -> Music
- tremolo :: (Music, Music) -> Integer -> Music
Annotations
Clefs
Commands
Annotations
begin_beam :: AnnotationSource
Beaming annotations.
Beaming annotations.
begin_slur :: AnnotationSource
Slur annotations.
Slur annotations.
begin_phrasing_slur :: AnnotationSource
Phrasing slur annotations.
end_phrasing_slur :: AnnotationSource
Phrasing slur annotations.
Accidentals
Noteheads
set_noteheads :: String -> MusicSource
Request particular note-heads.
cross_noteheads :: MusicSource
Request specific note-heads.
revert_noteheads :: MusicSource
Revert to standard note-heads.
Paper
length_scale :: Double -> Length -> LengthSource
paper_incr_size :: Paper -> PaperSource
mk_fragment_paper :: Double -> Double -> PaperSource
Aliases
after_grace :: Music -> Music -> MusicSource