2014-02-15 11:07 GMT+01:00 David Kastrup <d...@gnu.org>:

> 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

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

Reply via email to