bug-lilypond
[Top][All Lists]
Advanced

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

Re: [LSR - v2.18] "Cue with lyrics" - cannot update.


From: Thomas Morley
Subject: Re: [LSR - v2.18] "Cue with lyrics" - cannot update.
Date: Sat, 15 Feb 2014 12:47:40 +0100

2014-02-15 11:07 GMT+01:00 David Kastrup <address@hidden>:

> The LSR snippet looks suspiciously like the code described in the commit
> message as "bizarre".  In fact, staring at the snippet gives me a
> headache.

Me too

> I have a real problem figuring out what it is trying to do in
> the first place.

Yep.


Why not:

\version "2.18.0"

smallerFontsize = { \set fontSize = #-2 }

\addQuote twinkle \new Voice = "cue" \relative c' { c4 c g' g }

\score {
  \new Staff = "cuelyricdemo"
    <<
    \new Voice
      \relative c'' {
        \cueDuring #"twinkle" #1 { R1 }
        a4 a g2
      }
    \new Lyrics = "cueLyrics"
      \lyricsto "cue" {
        \smallerFontsize
        Twink -- le, twink -- le
      }
    >>
}

Or am I missing something?

Cheers,
  Harm



reply via email to

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