On Oct 14, 2014, at 1:25 AM, Noeck <noeck.marb...@gmx.de> wrote:

> 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" }
>> }}
> 

That must be it - I had two typos in two unrelated places in my maximal example 
that I managed to transfer, without even copying and pasting, to my minimal 
example.
Need to sleep moreā€¦

Cheers,
MS
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to