From b78bb86787d1dd746d9dc16d1fe1ec6ba0d685eb Mon Sep 17 00:00:00 2001 From: Paul Morris Date: Wed, 5 Oct 2016 17:10:33 -0400 Subject: [PATCH] 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. --- input/regression/id.ly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.39.5