On 5/23/2018 10:29 PM, crimsonsunr...@protonmail.com wrote:
Is there an easier way of dealing with this issue apart from waiting for 2.19?
Tiny examples get better help.
<http://lilypond.org/tiny-examples.html>

Just to start the process:

% BEGIN LILYPOND CODE
\version "2.19.80"

trOne = { c'4 e' g' r }
trTwo = { c'4 e' r c'' }
trThree = { c'4 r g' c'' }

\score {
  \new Staff <<
    \new Voice { \voiceOne \trOne }
    \new Voice { \voiceTwo \trTwo }
    \new Voice { \voiceThree \trThree }
  >>

  \layout { }
}
% END LILYPOND CODE

Easy way to try a 2.19 version, runs in browser:
<http://www.lilybin.com/>
--
Karlin High
Missouri, USA

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

Reply via email to