lilypond-user
[Top][All Lists]
Advanced

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

Re: simultaneous free rhythms


From: Mats Bengtsson
Subject: Re: simultaneous free rhythms
Date: Thu, 27 Mar 2008 22:10:59 +0100
User-agent: Internet Messaging Program (IMP) H3 (4.0.5)

Quoting luis jure <address@hidden>:
...
all in all it's quite passable. here's the code and the result. if
anyone detects something that's not quite right or could be better, i'd
greatly appreciate any suggestions for improvement. articulations,
dynamics, etc. are still missing.
...
        \new Voice \with {\remove "Forbid_line_break_engraver"}

Instead of repeating this for every Voice in the score, it's easier to redefine the default definition of Voice contexts, by adding
\layout{
 \context{
   \Voice
   \remove Forbid_line_break_engraver
 }
}
either at the top level of the file, or at the end of the \score{...}
block.

  /Mats





reply via email to

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