]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/suppressing-warnings-for-clashing-note-columns.ly
LSR: Update.
[lilypond.git] / input / lsr / suppressing-warnings-for-clashing-note-columns.ly
index 795f7467b3b67cbd52746f01680044454a3bc15d..abdb70e1dbbc2e1e4625bb5fba50ea8fb9574c13 100644 (file)
@@ -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, }
+  >>
+}