]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-collision-accidentals.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / beam-collision-accidentals.ly
diff --git a/input/regression/beam-collision-accidentals.ly b/input/regression/beam-collision-accidentals.ly
new file mode 100644 (file)
index 0000000..df37e00
--- /dev/null
@@ -0,0 +1,12 @@
+\version "2.14.0"
+\header {
+  texidoc = "Beams only check for collisions with in-line accidentals."
+}
+
+{
+ \set suggestAccidentals = ##t
+  a'8[ fis'16 g'16]
+  \unset suggestAccidentals
+  c'8 [ des'' ]
+  r2
+}
\ No newline at end of file