X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Faccidental-grouping.ly;fp=input%2Fregression%2Faccidental-grouping.ly;h=b8cfce4fbc67a5f7c3cfaf9a49b2ba92d11817fb;hb=0ac07f31e0f95fc18e5916ce756b9c746af7cc58;hp=0000000000000000000000000000000000000000;hpb=2f1263e2ccdddcac2eb9f7d8ce2ed92867d3d160;p=lilypond.git diff --git a/input/regression/accidental-grouping.ly b/input/regression/accidental-grouping.ly new file mode 100644 index 0000000000..b8cfce4fbc --- /dev/null +++ b/input/regression/accidental-grouping.ly @@ -0,0 +1,16 @@ +\version "2.17.10" + +\header { + texidoc = "By setting @code{accidentalGrouping} to @code{'voice}, +LilyPond will horizontally stagger the accidentals of octaves +in different voices as seen in this test's E-sharp. +" +} + + \relative c''' { + << { 1 } \\ + { eis, } >> + \set Staff . accidentalGrouping = #'voice + << { 1 } \\ + { eis, } >> +}