]> git.donarmstrong.com Git - lilypond.git/commit
Fix #544.
authorNeil Puttock <n.puttock@gmail.com>
Tue, 17 Aug 2010 15:12:31 +0000 (16:12 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Tue, 17 Aug 2010 15:12:31 +0000 (16:12 +0100)
commitff2544f652b9c308aae60dd6eca1aa234d3b3cc2
tree2b9595af55325afa79ed9248654365ae97103cda
parent3c8c7f97c35c3d424bb004d7c0fbd16af94d44cc
Fix #544.

* input/regression (partial-polymetric.ly):

  new regtest

* lily/parser.yy (command-element):

  simplify syntax construction for \partial: call single constructor,
  soft-coded in scheme

* scm/ly-syntax-constructor (partial):

  new syntax-constructor for \partial using descend-to-context to set
  measurePosition
input/regression/partial-polymetric.ly [new file with mode: 0644]
lily/parser.yy
scm/ly-syntax-constructors.scm