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 15:13:17 +0100
User-agent: Internet Messaging Program (IMP) H3 (4.0.4)

Still, you only show how you define a variable called SopranoA, but you don't show the actual \score{...} block of you file, i.e. the lines that use the variable, i.e. the lines that contain \SopranoA.

   /Mats


Quoting "Jay Hamilton, Sound and Silence" <address@hidden>:

I snipped the part right under the 'header' but here's from the top the beginning of the file

\version "2.6.3"
\header {
  title = "Thunder/Perfect Mind"
  composer = "Jay Hamilton"
subtitle = "Adapted by the composer from various translations/Texts found Nag Hamadi"
  copyright = "CC lic.#2.5 some rights reserved Jay Hamilton 1998"

}
#(set-global-staff-size 19)
Key = { \key c \major }
SopranoA = \relative c' {
\set Staff.instrument = #"Soprano 1"
\set Staff.midiInstrument = "Accordian"
\clef treble
\cadenzaOn
%notes begin here

Hope this is enough of an example.
Jay

Mats Bengtsson wrote:
Since you didn't include the part of your file where you actually use the SopranoA variable, it's impossible to accurately answer your question.

  /Mats

Quoting "Jay Hamilton, Sound and Silence" <address@hidden>:

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



--
Childhood is a Journey not a race- Emma Sadinsky aged 8
Jay Hamilton
Sound and Silence
206-328-7694
www.soundand.com


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






--
Childhood is a Journey not a race- Emma Sadinsky aged 8
Jay Hamilton
Sound and Silence
206-328-7694
www.soundand.com


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








reply via email to

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