lilypond-user
[Top][All Lists]
Advanced

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

applyOutput Lyrics.LyricText not working?


From: Thomas Morley
Subject: applyOutput Lyrics.LyricText not working?
Date: Sat, 2 Jul 2016 20:41:27 +0200

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 Lyrics.LyricText
     #(lambda (g ctx p)
       (write-me "\ng" g)
       (write-me "ctx" ctx)
       (write-me "p" p)
       )
    foo
  }

I get terminal-output as requested from the first example but none
from the second.

Am I doing something wrong?
Is there a limitation I'm not aware?
Or simply a bug?

Thanks,
  Harm



reply via email to

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