Re: Repeats and ties (better)
On Tue, 18 Mar 2003, Mats Bengtsson wrote: > The easiest is probably to add an invisible note that the tie can start > from: > > \alternative{{...}{\makeInvisible c4/2 ~ \makeVisible c4/2 ...} > where the macros can be defined as > > makeInvisible = {\property Voice.NoteHead \override #'transparent = ##t >\property Voice.Stem \override #'transparent = ##t } > makeVisible = { \property Voice.NoteHead \revert #'transparent > \property Voice.Stem \revert #'transparent } > > The 4/2 duration is just a trick to avoid that the extra note destroys > the rhythm. > > /Mats Good. Only a thing: not c4/2 but c1*1/2 (lily 1.6.7). Thanks again, Marco ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
Re: How to remove first score indentation?
I have now changed the default behaviour to not add any quotation block. The patch can be found in the CVS repository for the development series. I have just initiated a compilation of the manual to verify that it survives unchanged or improved. /Mats Werner LEMBERG wrote: I made `quote' the default to imitate the previous behaviour of the old TeX code in lilypond. Something did change though; the LilyPond manuals are now filled with overfull hbox rules. This was not me! I haven't touched the TeX code in LilyPond for a long time, and then it worked fine. It would be nice if the default behavior doesn't cause this -- preferably by setting sane margins and indents. Just go on! I can't promise to find time in the near future to solve this issue -- I currently have to prepare releases for groff, my CJK package for LaTeX and some stuff for the next TeXLive CD. Werner -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe = ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
Re: How to remove first score indentation?
Having gone through all the manual, I noticed that we may want to change lilypond-book slightly more. After my change to lilypond-book, an example like - Some text \begin[fragment]{lilypond} c d e f \end{lilypond} some more text will really come out like Some text some more text. which is a desirable thing (adding the quote option sets the music on a separate line and begins a new paragraph directly after the music). However, I would suggest that verbatim would add a \newline or \par after the music, since it already adds a new line before quoting the source code and it looks really strange if you don't get a new line after the music too. This would handle almost all the situations where I now had to manually specify quote in the manual. You could compare the difference between noquote (i.e. the new default behaviour) and quote as the difference between $...$ and $$...$$ when typesetting math in LaTeX. I'll think of a better explanation of the option for the reference manual. /Mats Mats Bengtsson wrote: I have now changed the default behaviour to not add any quotation block. The patch can be found in the CVS repository for the development series. I have just initiated a compilation of the manual to verify that it survives unchanged or improved. /Mats ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user