]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/suppressing-warnings-for-clashing-note-columns.ly
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond
[lilypond.git] / input / lsr / suppressing-warnings-for-clashing-note-columns.ly
index 9dc798d3066ad0957aa767b121f0919ba0e3d352..b8a0ea53891551be9077395c7e9235e81e0630a1 100644 (file)
@@ -1,6 +1,7 @@
 %% Do not edit this file; it is auto-generated from input/new
 %% This file is in the public domain.
-\version "2.11.61"
+%% Note: this file works from version 2.12.0
+\version "2.13.1"
 \header {
   lsrtags = "simultaneous-notes,tweaks-and-overrides"
   texidoc = "
@@ -15,10 +16,14 @@ to @code{#t}.
   doctitle = "Suppressing warnings for clashing note columns"
 } % begin verbatim
 
+
 ignore = \override NoteColumn #'ignore-collision = ##t
 
-\relative c' <<
-  \ignore
-  { \stemDown f2 g } \\
-  { c2 c, }
->>
+\relative c' {
+  <<
+    \ignore
+    { \stemDown f2 g }
+    \\
+    { c2 c, }
+  >>
+}