"Automatische Aufteilung von Noten"

2016-01-28 Thread Bernhard Kleine
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 Choir

Re: "Automatische Aufteilung von Noten"

2016-01-28 Thread Pierre Perol-Schneider
Hi Bernhard, Some variables and the version you are using are missing. I cannot compile your snippet. Please read: http://www.lilypond.org/tiny-examples.de.html Anyway, this compiles fine here: \version "2.18.2" soprano = { a' } alto = { c' } tenor = { a } bass = { \clef bass c } verseOne = \lyr

Re: "Automatische Aufteilung von Noten"

2016-01-28 Thread 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

Re: "Automatische Aufteilung von Noten"

2016-01-28 Thread Bernhard Kleine
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 "Complet