X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fnew%2Fsuppressing-warnings-for-clashing-note-columns.ly;h=5dbf28df0d15eddc30a0fd7e6a788212d3207cf1;hb=c74bf739ec32b015c711c460aa831092a08478b3;hp=cc6c7c4bdccd94e7c410fd64f1ebed5299df0a4e;hpb=de451af43aef0220738bfdd5329f0685bdaba3d2;p=lilypond.git diff --git a/input/new/suppressing-warnings-for-clashing-note-columns.ly b/input/new/suppressing-warnings-for-clashing-note-columns.ly index cc6c7c4bdc..5dbf28df0d 100644 --- a/input/new/suppressing-warnings-for-clashing-note-columns.ly +++ b/input/new/suppressing-warnings-for-clashing-note-columns.ly @@ -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, } + >> +}