lilypond-user
[Top][All Lists]
Advanced

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

text on stem


From: Emil Anonymous
Subject: text on stem
Date: Mon, 11 Aug 2008 10:48:17 +0200

Hi there,

I want to put text on certain stems, just under the notehead. How do I do this?
I could of course use e.g.

{
  \once \override Score.TextScript #'extra-offset = #'(-.5 . 3)
  c1_\markup{\large "text"}
}

but this is too much work in every instance and as there is a lot of this (and the text is always the same), I just want to type { \addText c1 }
using a scheme function. But as I am quite new to scheme programming I have found out how to do this.

Any ideas?
Thanks!

Emil

reply via email to

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