lilypond-user
[Top][All Lists]
Advanced

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

Re: Completion heads engraver


From: Mike Solomon
Subject: Re: Completion heads engraver
Date: Tue, 14 Oct 2014 09:54:02 +0300

On Oct 14, 2014, at 1:25 AM, Noeck <address@hidden> 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


reply via email to

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