Re: "Quote" Chord Track in another Staff

2020-02-08 Thread Thomas Morley
Am Sa., 8. Feb. 2020 um 14:18 Uhr schrieb : > > If I've understood everything you said correctly, I should have now made all > the necessary changes: Well, not all changes were _necessary_, p.e. using 'parser location' in music-functions still works. Superfluous, though. > >

Re: "Quote" Chord Track in another Staff

2020-02-08 Thread David Kastrup
Thomas Morley writes: > This relies on matching context-names, so you have to care about them manually > >> quoteChord = #(define-music-function > > No need for 'parser location' in music-functions for 2.19.x, you could > delete them > >> (parser location music) >> (ly:music?) >> #{

Re: "Quote" Chord Track in another Staff

2020-02-08 Thread Thomas Morley
Am Sa., 8. Feb. 2020 um 13:23 Uhr schrieb : > > Hi, > thank you for this solution. > I only made a very small adjustment and now at least I would call it > "elegant". > I put all the commands needed to "quote" from the chord track into a > function, so now I only have to type one command instead

Re: "Quote" Chord Track in another Staff

2020-02-08 Thread Thomas Morley
Am Sa., 8. Feb. 2020 um 12:42 Uhr schrieb : > > Hi all, > > please consider the following snippet: > > > > % > > \version "2.19.83" > > > > notes = \relative c' { > > \repeat unfold 8 { > > c4 d e f | > > } > > } > > > > otherNotes = \relative c' { > > c1 d e