lilypond-user
[Top][All Lists]
Advanced

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

Re: Bar lines in polyphonic music and words under split voices


From: Pierre Perol-Schneider
Subject: Re: Bar lines in polyphonic music and words under split voices
Date: Tue, 29 Sep 2015 09:43:33 +0200

Hi Spencer,

Please always send a tiny example: http://www.lilypond.org/tiny-examples.html

How about :

\version "2.18.2"

voiceA = \relative {
  \time 6/4
  c''4 d e f g a
  \time 4/4
  g f e d
  c1
}
 
voiceB = \relative {
  \time 6/4
  s1.
  \time 4/4
  g'4 a b c
  s1
}

lyricsA = \lyricmode {
  \repeat unfold 11 Bla
}

lyricsB = \lyricmode {
  \repeat unfold 4 Blu
}

<<
  \new Staff <<
    \new Voice = "Voice A" { \voiceOne\voiceA }
    \new Voice = "Voice B" { \voiceTwo\voiceB }
  >>
  \new Lyrics \lyricsto "Voice A" \lyricsA
  \new Lyrics \lyricsto "Voice B" \lyricsB
>>


Cheers,
Pierre


2015-09-29 4:48 GMT+02:00 Do something Artistic <address@hidden>:
I have been working on a piece of music for some time now and cannot seem to get the following to happen.
 
1. vocal parts with different measure lengths. Lilypond always seems to want to line bars up especially when one bar now has six beats from four or changes.
2. attach words to a split vocal line of the form << {}\\ {}>> lilypond seems to want to just skip over it and go to the next "normal" part.
 
Spencer 

_______________________________________________
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]