]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 4974/4: Fix input/regression/id.ly
authorPaul Morris <paulwmorris@gmail.com>
Wed, 5 Oct 2016 21:10:33 +0000 (17:10 -0400)
committerPaul Morris <paulwmorris@gmail.com>
Wed, 5 Oct 2016 21:20:51 +0000 (17:20 -0400)
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

index ae1ac0c9580d49c84aa11ff141054fd1a81c7dba..c7a34dea6dbcf42488897aac55410cbe18c84edb 100644 (file)
@@ -6,4 +6,4 @@ no effect.
 "
 }
 
-{ \override NoteHead.output-attributes.id = #"foo" c }
+{ \override NoteHead.id = #"foo" c }