]> git.donarmstrong.com Git - lilypond.git/commit
* Documentation/user/basic-notation.itely (Tuplets): add note
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 3 Aug 2005 13:03:57 +0000 (13:03 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 3 Aug 2005 13:03:57 +0000 (13:03 +0000)
commit08799b9501bc361026e59eed5789e4b0b4a7b61e
treef64e58c8c98e706069b9a41ce10ea37ad413ad2c
parent27e2bc3f6136be2d796b1f87b694278f4c37d838
* Documentation/user/basic-notation.itely (Tuplets): add note
about nested tuplets. Remove BUG.

* input/regression/tuplet-nest.ly: update: remove manual hack.

* lily/tuplet-bracket.cc (print): use robust_scm2drul
(print): manually call print() for subtuplets.
(calc_position_and_height): add subtuplets to the
support. Vertically shift outer tuplet

* ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
remove-first for Lyrics, ChordNames and FiguredBass

* scm/define-grob-properties.scm (all-internal-grob-properties):
use ly:grob-array? iso. grob-list?
(all-internal-grob-properties): add tuplets grob-array.

* lily/tuplet-bracket.cc (add_tuplet_bracket):
new function
15 files changed:
ChangeLog
Documentation/topdocs/NEWS.tely
Documentation/user/basic-notation.itely
THANKS
input/regression/tuplet-nest.ly
input/test/time-signature-staff.ly [new file with mode: 0644]
lily/font-select.cc
lily/include/tuplet-bracket.hh
lily/spacing-spanner.cc
lily/tuplet-bracket.cc
lily/tuplet-engraver.cc
ly/chord-modifiers-init.ly
ly/declarations-init.ly
ly/engraver-init.ly
scm/define-grob-properties.scm