lilypond-user
[Top][All Lists]
Advanced

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

Re: skipTypesetting withing multiple note groups


From: Mats Bengtsson
Subject: Re: skipTypesetting withing multiple note groups
Date: Wed, 10 Dec 2003 10:17:40 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007

Since this property is taken care of at the score level,
it doesn't matter in what voice you insert the property
setting. However, if you happen to set the same property
to different values at the same time instant (rhythmically),
it's probably not well-defined what will happen.
Why would you want to do anything like that?

   /Mats

Kieren Richard MacMillan wrote:
[ Mac OS X 10.2.8;  Lilypond 2.0.1 ]

Hello, all --

If I have multiple note groups, how do various Score.skipTypesetting values work/interact? [Example included below.]

Thanks,
Kieren.
_____________________

notesA = \notes
{
    \property Score.skipTypesetting = ##t
    a b c d |
    \property Score.skipTypesetting = ##f
    a b c d |
}

notesB = \notes
{
    \property Score.skipTypesetting = ##f
    e f g a |
    \property Score.skipTypesetting = ##t
    e f g a |
}

\score
{
    << \notesA \notesB >>
}



_______________________________________________
Lilypond-user mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        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]