lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #4972 Chord re


From: Auto mailings of changes to Lily Issues
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #4972 Chord repetition erroneously tagged
Date: Wed, 28 Sep 2016 14:28:22 +0000

author David Kastrup address@hidden
Thu, 15 Sep 2016 13:50:14 +0100 (14:50 +0200)
committer David Kastrup address@hidden
Wed, 28 Sep 2016 08:28:14 +0100 (09:28 +0200)
commit 8a493b7bc9aa4d34cd2970fc2223ec6920f0ed02


[issues:#4972] Chord repetition erroneously tagged

Status: Fixed
Labels: Fixed_2_19_49
Created: Thu Sep 15, 2016 10:59 AM UTC by Phil Holmes
Last Updated: Wed Sep 28, 2016 06:50 AM UTC
Owner: David Kastrup
Attachments:

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 address@hidden 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
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

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