When answering the question on why \property Staff.autoBeaming = ##f
affects the lyrics, I made some experiments that I guess are bugs.
Why isn't any lyrics typeset when I remove the comment of the
autoBeaming property setting?

\score {
<<
    \notes \context Voice = "bla" \relative c'' {
%                \property Staff.autoBeaming = ##f
        c8  [d16 e] f4 a f
    }
    \newaddlyrics "bla" \lyrics \new LyricsVoice { bla ab blob blob }
    \newaddlyrics "bla"
    \lyrics \new LyricsVoice {
        bla

        \property LyricsVoice . ignoreMelismata = ##t
        
        blob

        %% note: effect of ignoreMelismata delayed one time step.
        \property LyricsVoice . ignoreMelismata \unset
        blob
        
        blob
    }
    >>
    }


/Mats


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to