<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2014/1/1 Rustom Mody <span dir="ltr"><<a href="mailto:rustompmody@gmail.com" target="_blank">rustompmody@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div id=":xp" style="overflow:hidden">I started with nted and switched to musescore when nted was crashing too much.<br>
<br>
There's one thing neither has the ability to make which I wish were<br>
available -- bar-less scores.</div></blockquote></div><br>In LilyPond it's pretty easy:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra">\version "2.18.0"</div><div class="gmail_extra">
<br></div><div class="gmail_extra">\layout {</div><div class="gmail_extra">  \context {</div><div class="gmail_extra">    \Staff</div><div class="gmail_extra">    \remove "Bar_engraver"</div><div class="gmail_extra">
  }</div><div class="gmail_extra">  \context {</div><div class="gmail_extra">    \Score</div><div class="gmail_extra">    \remove "Bar_number_engraver"</div><div class="gmail_extra">  }</div><div class="gmail_extra">
}</div><div class="gmail_extra"><br></div><div class="gmail_extra">\relative c'' {</div><div class="gmail_extra">  \repeat unfold 3 { c4 c c c } \break</div><div class="gmail_extra">  \repeat unfold 3 { c4 c c c }</div>
<div class="gmail_extra">}</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">BTW, I heard that MuseScore is going to drop the lilypond export and focus the development efforts on the MusicXML exporter...</div>
<div class="gmail_extra"><br></div></div></div>