lilypond-user
[Top][All Lists]
Advanced

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

How do I change the size of lyric text?


From: Peter Toye
Subject: How do I change the size of lyric text?
Date: Fri, 17 May 2019 16:09:20 +0100

I want to add lyrics to a cue staff, but can't see how to change the font size to match the rest of the staff. I've tried the followoing, but it doesn't change anything, whatever I set LyricText.font-size to. The text says it all...

\version "2.19.52"

\language "english"

\score {
  \new Staff \with {
    fontSize = #-3
    \override StaffSymbol.staff-space = #(magstep -3)
    \override LyricText.font-size = #-6
  }
  {
   c''1  
  }
  \addlyrics {
    Help!
  }  
}

 
Regards,

Peter
mailto:address@hidden
www.ptoye.com
reply via email to

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