lilypond-user
[Top][All Lists]
Advanced

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

Re: Align instrumentName baseline (?) to Lyrics baseline


From: RomanticStrings
Subject: Re: Align instrumentName baseline (?) to Lyrics baseline
Date: Fri, 24 Jul 2015 05:44:38 -0700 (MST)

Thank you!  I haven't had a chance to implement your change, but I wanted to let you know I got it and to extend my appreciation for the prompt response.

On Tue, Jul 21, 2015 at 4:28 PM, Klaus Blum [via Lilypond] <[hidden email]> wrote:
Hi Conor,

not the most beautiful hack, but maybe it helps: Instead of instrumentName, use a stanza object:

% ---------------------------------------------------------------------

\version "2.19.21"

stemOff = { \hide Staff.Stem }

\score {
  <<
    \new Staff
    \relative c' {
      \stemOff
      \dynamicUp
      \cadenzaOn
      f4
    }
    \addlyrics {
      \set stanza =
      \markup {
        \normal-text
        \with-dimensions #'(0 . 0) #'(0 . 0)
        \translate #'(-8 . 0)
        \override #`(direction . ,UP)
        \fontsize #1.5  % for the letter "V", maybe needs to be adjusted as stanza numbers use a smaller font size
        \dir-column {
          \abs-fontsize #36
          \center-align
          A
          \vspace #0.5
          \center-align
          V
        }
      }
      L
    }
  >>
  \layout {
    \context {
      \Staff
      \remove "Time_signature_engraver"
    }
    ragged-right = ##t
  }
}

% ---------------------------------------------------------------------

Cheers,
Klaus


If you reply to this email, your message will be added to the discussion below:
http://lilypond.1069038.n5.nabble.com/Align-instrumentName-baseline-to-Lyrics-baseline-tp178907p178930.html
To unsubscribe from Align instrumentName baseline (?) to Lyrics baseline, click here.
NAML



View this message in context: Re: Align instrumentName baseline (?) to Lyrics baseline
Sent from the User mailing list archive at Nabble.com.

reply via email to

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