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] <
[email protected]> 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
> <http://lilypond.1069038.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=178907&code=Y29ub3IucC5jb29rQGdtYWlsLmNvbXwxNzg5MDd8LTY3MjU4ODMyNA==>
> .
> NAML
> <http://lilypond.1069038.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Align-instrumentName-baseline-to-Lyrics-baseline-tp178907p179031.html
Sent from the User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to