Peter Crighton reported that in the code below, in the third measure the chord repetition symbol
seems to get tagged as well, although only the markup should:
\version "2.19.47"
x = \tag #'tabstaff ^x
music = \relative c {
c4 c c c\x
<c e> <c e> <c e> <c e>\x
q q q q\x
}
\new StaffGroup <<
\new Staff \keepWithTag #'staff <<
\clef "treble_8"
\music
>>
\new TabStaff \keepWithTag #'tabstaff <<
\tabFullNotation
\music
>>
>>
Issue 4972: Make music-filter more conservative
Deleting music when its 'elements field becomes null? led
to repeat chords disappearing when articulations were
removed.
http://codereview.appspot.com/303570043
Passes make, make check and a full make doc.
Patch on countdown for September 28th
Patch counted down - please push.
author David Kastrup dak@gnu.org
Thu, 15 Sep 2016 13:50:14 +0100 (14:50 +0200)
committer David Kastrup dak@gnu.org
Wed, 28 Sep 2016 08:28:14 +0100 (09:28 +0200)
commit 8a493b7bc9aa4d34cd2970fc2223ec6920f0ed02