bug-lilypond
[Top][All Lists]
Advanced

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

Lyrics ending ossia staff push next notes to a new measure


From: Mike Solomon
Subject: Lyrics ending ossia staff push next notes to a new measure
Date: Mon, 13 Jul 2015 11:07:26 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

%{
  To see the problem, comment the indicated line in and out.
%}

\version "2.19.15"
someMusic = \relative c, {
  \clef bass
  a4 a a a
  <<
    \new Staff \with {alignAboveContext="realBass" }
      \new Voice = "tempBassVoice" {
        \clef bass
        a4 a a a |
        a a a a 
        R1
    }
    \new Lyrics \with { alignAboveContext="realBass" } \lyricsto 
"tempBassVoice" {
      \lyricmode {
        foo bar foo bar foo bar foo
%%%%%%% COMMENT THE LINE BELOW IN AND OUT TO SEE PROBLEM
        bar
  }}
  \relative c, {
     a4 a a a
     a a a a
     a a a a 
  } >>
  a a a a 
  a a a a
}

\score {
    \new Staff = "realBass" 
      \new Voice = "someMusic" {
        \someMusic
      } 
}





reply via email to

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