[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lilypond-user
Subject:    Re: "Automatische Aufteilung von Noten"
From:       Bernhard Kleine <Bernhard.kleine () gmx ! net>
Date:       2016-01-28 12:04:41
Message-ID: 56AA03D9.2050703 () gmx ! net
[Download RAW message or body]

Thank you both, it works

Bernhard

Am 28.01.2016 um 11:47 schrieb Simon Albrecht:
> On 28.01.2016 11:02, Bernhard Kleine wrote:
>> I have the following code and want to add this snippet from the
>> Documentation:
>>
>> \new Voice \with {
>>    \remove "Note_heads_engraver"
>>    \consists "Completion_heads_engraver"
>>    \remove "Rest_engraver"
>>    \consists "Completion_rest_engraver"
>>
>> Adding it to \new Voice = "soprano" failed and adding to ChoirStaff
>> failed, too.
> 
> It’s probably easiest to use a \layout block, either outside or inside
> of \score {}:
> 
> \layout {
>   \context {
>     \Voice
>     \remove "Note_heads_engraver"
>     \consists "Completion_heads_engraver"
>     \remove "Rest_engraver"
>     \consists "Completion_rest_engraver"
>   }
> }
> 
> HTH, Simon

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic