]> git.donarmstrong.com Git - lilypond.git/commit
* Documentation/user/basic-notation.itely (Tuplets): add note
authorhanwen <hanwen>
Wed, 3 Aug 2005 13:03:57 +0000 (13:03 +0000)
committerhanwen <hanwen>
Wed, 3 Aug 2005 13:03:57 +0000 (13:03 +0000)
commitd068de40f3640562f1bc5d6a1fd05ec6b8815909
treef64e58c8c98e706069b9a41ce10ea37ad413ad2c
parent3bd4fa8cb86d48a806657e4a7fa02b6ffb491a1c
* 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