+
* Finale (.etf), PMX (.pmx) and musedata import tools.
* Point and click functionality using emacs and Xdvi.
* Medieval notation features: clefs, custodes
-* Piano pedal support, Arpeggios, Custodes
+* Piano pedal support, Arpeggios, Glissandi
* MIDI: dynamics, tempo changes
--- /dev/null
+\score{
+ <
+ \context Staff=one \notes\relative c''{
+ a \glissando e' \glissando a, \glissando
+ \translator Staff=two
+ a,,
+ }
+ \context Staff=two { \clef bass; \skip 1; }
+ >
+ \paper{
+ linewidth = 70.\mm;
+ }
+}
\ No newline at end of file