bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tags and chord repetition


From: Phil Holmes
Subject: Re: Tags and chord repetition
Date: Thu, 15 Sep 2016 12:00:18 +0100

"Peter Crighton" <address@hidden> wrote in message news:address@hidden
Hello all,

as posted on the User list, I came upon some unexpected behaviour, probably
a bug, when using a tag on, for example, a markup that is attached to a
chord repetition symbol. 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
 >>



Cheers,
Peter

Added as https://sourceforge.net/p/testlilyissues/issues/4972/

--
Phil Holmes





reply via email to

[Prev in Thread] Current Thread [Next in Thread]