lilypond-user
[Top][All Lists]
Advanced

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

Re: Lyrics clash with volta bar in StaffGroup


From: Pierre Perol-Schneider
Subject: Re: Lyrics clash with volta bar in StaffGroup
Date: Mon, 3 Oct 2016 05:37:06 +0200

Hi Jonathan,
See: http://lsr.di.unimi.it/LSR/Item?id=282
And: http://lilypond.org/doc/v2.18/Documentation/notation/techniques-specific-to-lyrics#placing-syllables-horizontally

So haw about:

\version "2.19"

align = \once\override LyricText.self-alignment-X = #LEFT

text = \lyricmode {
  Text. \align Text as well
}

music = \relative c' {
  \repeat volta 2 {
    e1
  }
  c4 d e2
}

\score{
  \new StaffGroup <<
    \new Staff <<
      \new Voice ="one" { \music }
    >>
    \new Lyrics \lyricsto "one" { \text }
    \new Staff <<
      \new Voice ="two" { \music }
    >>
    \new Lyrics \lyricsto "two" { \text }
  >>
}

Cheers,
Pierre

2016-10-02 17:33 GMT+02:00 Jonathan Scholbach <address@hidden>:
Hi guys,

I have a problem with lyrics in a StaffGroup. I would like to set a
choral piece in a StaffGroup-Environment. When there is a volta the
lyrics will be printed too closely to the volta bar. Can you tell me how
to change this without manually adjusting the lyrics at every single
occurence of a volta? If there is no such general approach, how would I
adjust the lyrics manually?

My minimum example is:

\version "2.19.22"

text = \lyricmode { Text. Text as well }

music = \relative c' {
  \repeat volta 2 {
    e1
  }
  c4 d e2
}

\score{
  \new StaffGroup <<
    \new Staff <<
      \new Voice ="one" { \music }
    >>
    \new Lyrics \lyricsto "one" { \text }
    \new Staff <<
      \new Voice ="two" { \music }
    >>
    \new Lyrics \lyricsto "two" { \text }
  >>
}

Thank you for your help!

Jonathan



_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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