lilypond-user
[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: Sat, 10 Sep 2016 20:38:59 +0200

Hello all,

I came upon some unexpected behaviour when using a tag on, for example, a markup that is attached to a chord repetition symbol (see below).
How can I fix this, so only the markup and not also the chord repetition symbol gets tagged?


\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]