Am 05.07.2011 18:17, schrieb -Eluze:
[...]
i think Kieren's solution works if you override the property of the
TextScript in its real context which seems to be the Voice context:

\layout {
   \context {
     \Voice
     \override TextScript #'font-size = #-12
} }

hth
Eluze
No, it is still not working. Attached are two minimal files which don't
show any difference in the font size regardless of the value for abs-fontsize.


Marc

\layout {
   \context {
      \Voice
      \override TextScript #'abs-fontsize = #100
   }
}
\version "2.15.5"

\include "myinclude.ily"

\markup {
  \wordwrap {
     This is a sample text.
  }
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to