lilypond-user
[Top][All Lists]
Advanced

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

Re: Don't understand exactly where to put Completion lines


From: Mats Bengtsson
Subject: Re: Don't understand exactly where to put Completion lines
Date: Mon, 13 Feb 2006 23:37:11 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050927 Debian/1.7.8-1sarge3

Well, the easiest is to redefine all Voice contexts in the
full score, by adding

 \layout{
   \context{
     \Voice
     \remove "Note_heads_engraver"
     \consists "Completion_heads_engraver"
   }
 }

at the top of the file, for example.

  /Mats


Jay Hamilton, Sound and Silence wrote:

I would like to use the autocompletion in my score however when I looked at the manual I got confused as to where exactly to put this [copied from manual];
\new Voice \with {
  \remove "Note_heads_engraver"
  \consists "Completion_heads_engraver"
} {
  c2. c8 d4 e f g a b c8 c2 b4 a g16 f4 e d c8. c2
}
~~~~~~~~~~~~~~
in my score [example]

Key = { \key c \major }
SopranoA = \relative c' {
\set Staff.instrument = #"Soprano 1"
\set Staff.midiInstrument = "Accordian"
\clef treble
\cadenzaOn


I'm sure it's simple but like I said I got confused
Jay





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