]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/suppressing-warnings-for-clashing-note-columns.ly
Merge branch 'master' into nested-bookparts
[lilypond.git] / input / new / suppressing-warnings-for-clashing-note-columns.ly
index ea6dab0a8afb4b4d1d56b4d8922ecd7eac401c20..77409ba82bce6c61108ee612e69f56fa7c374035 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.61"
+\version "2.11.49"
 \header {
   lsrtags = "simultaneous-notes,tweaks-and-overrides"
   texidoc = "
@@ -15,11 +15,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, }
+>>