Hi, David.
Probably poor wording of the question on my part.
No, my original intent was to parenthesize two notes in a simple
volta repeat which are played only the last time through. A less
tiny example, in which \parenthesize (or my understanding of it)
fails in both a melody staff and a chord staff use case would be:
\version "2.17.26"
anychords = \new ChordNames \chordmode {
c1
c2 \parenthesize { d4:m7 g:7 }
}
anymusic = \new Staff \relative c' { c4 \parenthesize { d e f } c4 d e f }
\score {
<<
\anychords
\anymusic
>>
}
Jim
On Sun, Sep 22, 2013 at 04:26:11AM +0200, David Kastrup wrote:
> Jim Long <[email protected]> writes:
>
> > I'm not getting any parentheses in the output from this example.
> >
> > Is it possible to parenthesize more than a single grob?
> >
> > Thank you!
> >
> > Jim
> > \version "2.17.26"
> >
> > music = \relative c' { c4 d e f }
> >
> > \score {
> > \music
> > }
> >
> > \score {
> > \parenthesize \music
> > }
>
> Were you thinking of something like
>
> \version "2.17.26"
>
> music = \relative c' { c4 d e f }
>
> \markup \parenthesize \score { \music \layout { } }
>
>
> --
> David Kastrup
> _______________________________________________
> lilypond-user mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user