From: Paul Morris Date: Wed, 5 Oct 2016 21:10:33 +0000 (-0400) Subject: Issue 4974/4: Fix input/regression/id.ly X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b78bb86787d1dd746d9dc16d1fe1ec6ba0d685eb;p=lilypond.git Issue 4974/4: Fix input/regression/id.ly Undoes the automatic conversion by scripts/auxiliar/update-with-convert-ly.sh that slipped into the previous commit for this issue by oversight. --- diff --git a/input/regression/id.ly b/input/regression/id.ly index ae1ac0c958..c7a34dea6d 100644 --- a/input/regression/id.ly +++ b/input/regression/id.ly @@ -6,4 +6,4 @@ no effect. " } -{ \override NoteHead.output-attributes.id = #"foo" c } +{ \override NoteHead.id = #"foo" c }