diff options
author | Paul Morris <paulwmorris@gmail.com> | 2016-10-05 17:10:33 -0400 |
---|---|---|
committer | Paul Morris <paulwmorris@gmail.com> | 2016-10-05 17:20:51 -0400 |
commit | b78bb86787d1dd746d9dc16d1fe1ec6ba0d685eb (patch) | |
tree | 56c1c34149d562d2729edb94e7eb7eade795ef29 /input | |
parent | cc55c5c306ca013f28fa43a77132c3a82c2a32bc (diff) |
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.
Diffstat (limited to 'input')
-rw-r--r-- | input/regression/id.ly | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |