lilypond-user
[Top][All Lists]
Advanced

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

Re: Completion heads engraver


From: Noeck
Subject: Re: Completion heads engraver
Date: Tue, 14 Oct 2014 00:25:01 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2

Hi Mike,

could it be that you just had a typo in your example (engravaer instead
of engraver) and additional brackets?

This works for me:

\version "2.18.2"

\score {
<<
\new Staff
  \new Voice \with {
    \remove "Note_heads_engraver"
    \consists "Completion_heads_engraver"
  } \relative c'' {
    \time 2/4
    a1*5/8 a a a
  }
  \new Staff \new Voice \relative c'' {
    \time 2/4
    a4 a a a a a
  }
>>
}

\score {
<<
\new Staff
  \new Voice \relative c'' {
    \time 2/4
    a1*5/8 a a a
  }
  \new Staff \new Voice \relative c'' {
    \time 2/4
    a4 a a a a a
  }
>>
\layout { \context { \Voice \remove "Note_heads_engraver"
      \consists "Completion_heads_engraver" }
}

}

I put the \layout in the score to not affect the first score.
For me, they yield the same result as you wanted.

Cheers,
Joram


Am 14.10.2014 um 00:17 schrieb Mike Solomon:
> \score {
> <<
> \new Staff {
>   \new Voice \with {
>     \remove "Note_heads_engravaer"
>     \consists "Completion_heads_engraver"
>   } \relative c'' {
>     \time 2/4
>     a1*5/8 a a a
>   } }
>   \new Staff \new Voice \relative c'' {
>     \time 2/4
>     a4 a a a a a 
>   }
>>> >>
> }
> 
> }
> 
> \score {
> <<
> \new Staff {
>   \new Voice \relative c'' {
>     \time 2/4
>     a1*5/8 a a a
>   }
> }
>   \new Staff \new Voice \relative c'' {
>     \time 2/4
>     a4 a a a a a 
>   }
>>> >>
> }
> \layout { \context { \Voice \remove "Note_heads_engraver"
>       \consists "Completion_heads_engraver" }
> }}



reply via email to

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