]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/suppressing-warnings-for-clashing-note-columns.ly
Merge branch 'master' into nested-bookparts
[lilypond.git] / input / lsr / suppressing-warnings-for-clashing-note-columns.ly
index abdb70e1dbbc2e1e4625bb5fba50ea8fb9574c13..a5f653b5e5f63f5049bcf98214fc2e9eb59c5f69 100644 (file)
@@ -1,6 +1,6 @@
 %% Do not edit this file; it is auto-generated from input/new
 %% This file is in the public domain.
-\version "2.11.62"
+\version "2.11.57"
 \header {
   lsrtags = "simultaneous-notes,tweaks-and-overrides"
   texidoc = "
@@ -17,11 +17,8 @@ to @code{#t}.
 
 ignore = \override NoteColumn #'ignore-collision = ##t
 
-\relative c' {
-  <<
-    \ignore
-    { \stemDown f2 g }
-    \\
-    { c2 c, }
-  >>
-}
+\relative c' <<
+  \ignore
+  { \stemDown f2 g } \\
+  { c2 c, }
+>>