lilypond-user
[Top][All Lists]
Advanced

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

Re: NR 3.3.2: \tagGroup


From: Federico Bruni
Subject: Re: NR 3.3.2: \tagGroup
Date: Wed, 02 Dec 2015 16:48:48 +0100

Il giorno mer 2 dic 2015 alle 16:45, Federico Bruni <address@hidden> ha scritto:
In the following example commenting/uncommenting \tagGroup does not
change any behaviour.
What I'm missing?


\version "2.19.31"

music = \relative c'' {
  %\tagGroup #'(A B C D)
  \tag #'A { a4 a a a }
  \tag #'B { b4 b b b }
  \tag #'C { c4 c c c }
  \tag #'D { d4 d d d }
}

\new Staff {
  \keepWithTag #'A
  \music
}

Ok, I got it:

\version "2.19.31"

music = \relative c'' {
 \tagGroup #'(A B C)
 \tag #'A { a4 a a a }
 \tag #'B { b4 b b b }
 \tag #'C { c4 c c c }
 \tag #'D { d4 d d d }
}

\new Staff {
 \keepWithTag #'A
 \music
}

will print #'A and #'D but not #'B and #'C




reply via email to

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