]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/suppressing-warnings-for-clashing-note-columns.ly
Update for expressive.itely
[lilypond.git] / input / new / suppressing-warnings-for-clashing-note-columns.ly
index ed3b97f1c9bb801c5f05a07001b07868da3e5dd6..77409ba82bce6c61108ee612e69f56fa7c374035 100644 (file)
@@ -13,9 +13,10 @@ to @code{#t}.
   doctitle = "Suppressing warnings for clashing note columns"
 }
 
-ignore = \once \override NoteColumn #'ignore-collision = ##t
+ignore = \override NoteColumn #'ignore-collision = ##t
 
 \relative c' <<
-  { \oneVoice \stemDown f2\glissando \stemNeutral a } \\
-  { \oneVoice \ignore c2\glissando \ignore d, }
+  \ignore
+  { \stemDown f2 g } \\
+  { c2 c, }
 >>