]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/suppressing-warnings-for-clashing-note-columns.ly
Doc-es: pre-merge update of texidoc committishes.
[lilypond.git] / input / new / suppressing-warnings-for-clashing-note-columns.ly
index cc6c7c4bdccd94e7c410fd64f1ebed5299df0a4e..5dbf28df0d15eddc30a0fd7e6a788212d3207cf1 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.61"
+\version "2.12.0"
 \header {
   lsrtags = "simultaneous-notes,tweaks-and-overrides"
   texidoc = "
@@ -15,8 +15,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, }
+  >>
+}