]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/suppressing-warnings-for-clashing-note-columns.ly
Merge master into nested-bookparts
[lilypond.git] / input / lsr / suppressing-warnings-for-clashing-note-columns.ly
index a5f653b5e5f63f5049bcf98214fc2e9eb59c5f69..abdb70e1dbbc2e1e4625bb5fba50ea8fb9574c13 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.57"
+\version "2.11.62"
 \header {
   lsrtags = "simultaneous-notes,tweaks-and-overrides"
   texidoc = "
@@ -17,8 +17,11 @@ 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, }
+  >>
+}