lilypond-user
[Top][All Lists]
Advanced

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

Completion_head_engraver


From: darius
Subject: Completion_head_engraver
Date: Tue, 8 Jun 2004 23:08:19 +0200
User-agent: Internet Messaging Program (IMP) 3.2

Hello everybody,

Using Lilypond 2.2.0, the following
sample crashes, and the issue clearly has to do with
the fact that the completion_head_engraver is used.

Did I do anything wrong ? Any help would be welcome...

Cheers,

Darius.



#(ly:set-option 'old-relative)

#(set-global-staff-size 14)

\paper {
         indent = 0\pt
          linewidth = 480\pt
       }

\version "2.2.0"

global = \notes {
         \tempo 4 = 120
        \time 4/4
        \key b \minor
}



HighSolo =  \context Staff = up <<
        \global
        \clef treble
        \notes \relative c'
        {
          {a8[  b c d a b c d b c d a b c d b c d a b c d b c d a b c d]}
        }
       >>
       
LowSolo =  \context Staff = down <<
        \global
        \clef bass
        \notes \relative c
        {
          {r16 a8[  b c d a b c d b c d a b c d b c d a b c d b c d a b c d]}
        }
       >>    


solo = \new PianoStaff \with {
      %\remove "Note_heads_engraver"           % If I comment out these two 
lines, the problem
      %\consists "Completion_heads_engraver"   % disappears
}
{
         <<
        
        \HighSolo
        \LowSolo
>>}

\score{
      \notes \relative c''
        <<    
         \solo
        >>
    \paper {
       linewidth = 16\cm
       \context {\ScoreContext }          
        }
  \midi {
    
  }
}



-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/






reply via email to

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