bug-lilypond
[Top][All Lists]
Advanced

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

Problems with \newaddlyrics


From: Mats Bengtsson
Subject: Problems with \newaddlyrics
Date: Fri, 16 Jan 2004 11:40:11 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007

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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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