diff options
author | Mike Solomon <mike@apollinemike.com> | 2012-08-29 10:06:36 +0200 |
---|---|---|
committer | Mike Solomon <mike@apollinemike.com> | 2012-08-29 10:06:36 +0200 |
commit | b0f94fb2156046b5fc721f271d55e2feb788167d (patch) | |
tree | be26afb3b039becfc6b5492bed49f15729bb6bc6 /input | |
parent | 1cdcb2f73f35834fef5cbbc2a6647a11ae468f85 (diff) |
Extracts Accidentals for AccidentalPlacements in the side-position-interface.
Because AccidentalPlacements have no height, this makes sure that all
accidentals are accounted for in case an engraver missed them.
Diffstat (limited to 'input')
-rw-r--r-- | input/regression/accidental-fingering-collision.ly | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/input/regression/accidental-fingering-collision.ly b/input/regression/accidental-fingering-collision.ly new file mode 100644 index 0000000000..ac7a07e9c0 --- /dev/null +++ b/input/regression/accidental-fingering-collision.ly @@ -0,0 +1,13 @@ +\version "2.17.0" + +\header { + texidoc = "Horizontal @code{Fingering} grobs should not collide with +accidentals. +" +} + +\relative c' { + \time 2/4 + \set fingeringOrientations = #'(left) + <a-3 cis-4> <a-3 cis!-4> | +}
\ No newline at end of file |