bug-lilypond
[Top][All Lists]
Advanced

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

Tags and chord repetition


From: Peter Crighton
Subject: Tags and chord repetition
Date: Wed, 14 Sep 2016 19:04:18 +0200

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

--
Peter Crighton | Musician & Music Engraver based in Mainz, Germany
http://www.petercrighton.de


reply via email to

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