bug-lilypond
[Top][All Lists]
Advanced

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

Re: Lyrics ending ossia staff push next notes to a new measure


From: Simon Albrecht
Subject: Re: Lyrics ending ossia staff push next notes to a new measure
Date: Mon, 13 Jul 2015 15:24:43 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

Just to prevent any Bug Squad member dealing with this: it’s issue 2010, which has been nicely dealt with by David K. in the meantime.

Yours, Simon

Am 13.07.2015 um 13:07 schrieb Mike Solomon:
%{
   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
       }
}



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




reply via email to

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