Re: applyOutput Lyrics.LyricText not working?

2016-07-03 Thread David Kastrup
David Kastrup writes: > Thomas Morley writes: > >> 2016-07-03 0:19 GMT+02:00 David Kastrup : >>> >>> Two possible ways to fix this: >>> >>> 1) add the Output_property_engraver on all possibly interesting >>> Bottom(?) contexts >>> 2) Move

Re: applyOutput Lyrics.LyricText not working?

2016-07-02 Thread David Kastrup
Thomas Morley writes: > 2016-07-03 0:19 GMT+02:00 David Kastrup : >> >> Two possible ways to fix this: >> >> 1) add the Output_property_engraver on all possibly interesting >> Bottom(?) contexts >> 2) Move the Output_property_engraver to Score level only

Re: applyOutput Lyrics.LyricText not working?

2016-07-02 Thread Thomas Morley
2016-07-03 0:19 GMT+02:00 David Kastrup : > Thomas Morley writes: > >> Hi, >> >> consider the following two snippets: >> >> \version "2.19.44" >> >> \new ChordNames >> \chordmode { >>\applyOutput ChordNames.ChordName >> #(lambda (g ctx p) >>

Re: applyOutput Lyrics.LyricText not working?

2016-07-02 Thread David Kastrup
Thomas Morley writes: > Hi, > > consider the following two snippets: > > \version "2.19.44" > > \new ChordNames > \chordmode { >\applyOutput ChordNames.ChordName > #(lambda (g ctx p) >(write-me "\ng" g) >(write-me "ctx" ctx) >(write-me

applyOutput Lyrics.LyricText not working?

2016-07-02 Thread Thomas Morley
Hi, consider the following two snippets: \version "2.19.44" \new ChordNames \chordmode { \applyOutput ChordNames.ChordName #(lambda (g ctx p) (write-me "\ng" g) (write-me "ctx" ctx) (write-me "p" p) ) c } \new Lyrics \lyricmode { \applyOutput