]> git.donarmstrong.com Git - lilypond.git/commit
* Documentation/topdocs/NEWS.tely (Top): document new feature.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 5 May 2005 23:45:30 +0000 (23:45 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 5 May 2005 23:45:30 +0000 (23:45 +0000)
commit8a37f4d25a58780a966ac364d580e98b58d7162f
tree7dfe990009017e8f7ef7e88d32511b31a1f7b6dc
parentb1715a6813527390232dccf7b62358d95974704c
* Documentation/topdocs/NEWS.tely (Top): document new feature.

* Documentation/user/basic-notation.itely (Staff symbol): document
start/stop staff. Reference to ossia.ly

* input/test/ossia.ly: new example using stop and startStaff.

* lily/timing-engraver.cc: remove Timing_engraver::initialize(),
in other words, don't create "|" barline at start of the score.
(start_translation_timestep): don't set whichBar for start of score.

* input/regression/staff-halfway.ly: use new functionality.

* lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
start and stop staff based on events.

* scm/define-music-types.scm (music-descriptions): add StaffSpanEvent

* ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
15 files changed:
ChangeLog
Documentation/topdocs/NEWS.tely
Documentation/user/basic-notation.itely
input/regression/staff-halfway.ly
input/test/ossia.ly
lily/clef-engraver.cc
lily/ledger-line-engraver.cc
lily/staff-symbol-engraver.cc
lily/system-start-delimiter.cc
lily/timing-engraver.cc
ly/declarations-init.ly
ly/engraver-init.ly
ly/property-init.ly
scm/define-context-properties.scm
scm/define-music-types.scm