---

** [issues:#4972] Chord repetition erroneously tagged**

**Status:** Accepted
**Created:** Thu Sep 15, 2016 10:59 AM UTC by Phil Holmes
**Last Updated:** Thu Sep 15, 2016 10:59 AM UTC
**Owner:** nobody
**Attachments:**

- 
[crighton.png](https://sourceforge.net/p/testlilyissues/issues/4972/attachment/crighton.png)
 (5.9 kB; image/png)


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
  >>
>>
~~~~


---

Sent from sourceforge.net because testlilyissues-a...@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/testlilyissues/admin/issues/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
_______________________________________________
Testlilyissues-auto mailing list
testlilyissues-a...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

Reply via email to