Collision between repeat bar and dynamic text

2009-04-01 Thread Marco Caliari
> I'm not top posting. Dear all, the following snippet \version "2.12.2" <<{\new Staff \repeat volta 2 {\partial 4*3 g'2.} g'4-\mf} {\new Staff \repeat volta 2 {\partial 4*3 g'2.} g'4}>> produces a collision between the repeat bar and the \mf dynamic text. Best regards, Marco

Phrasing slur collisions

2008-09-01 Thread Marco Caliari
> I'm not top posting. Hi, In the following snippet I collected three phrasing slur collisions \version "2.11.56" \paper{ ragged-right=##t } \relative c'' { \key f \major \time 6/8 r4 d8\( g4 aes8 a!4 % first collision with the flat symbol bes8 g4 d'8\) r8 g,,,16\( c d e f g b d % second collis

Curves, \remove "Staff_symbol_engraver" and bar-size

2008-08-19 Thread Marco Caliari
> I'm not top posting. Dear all, in the following snippet \version "2.11.56" \paper{ ragged-right=##t } \score { \relative c '' {e2 ~ e e2( d) } \layout { \context { \Staff \remove "Staff_symbol_engraver" \override BarLine #'bar-size = #4 } } } the

Inconsistent results for Script Y-offset

2008-08-11 Thread Marco Caliari
> I'm not top posting. Dear all, in the following snippet \version "2.11.52" \relative c' { \time 6/8 f4. f4 f8( \once \override Script #'Y-offset = #4 % no effect d'4.-> ~ d4.) f,4. f4 f8 \once \override Script #'Y-offset = #4 % desired effect d'4.-> ~ d4. f,4. f4 f8( \break \once \override Sc

Bounding box too small for -dbackend=eps

2008-07-30 Thread Marco Caliari
> I'm not top posting. Dear all, the eps file resulting from lilypond -dbackend=eps on the following snippet \version "2.11.52" \score { {f'''8-.} \layout { \context { \Staff \remove "Staff_symbol_engraver" \remove "Time_signature_engraver" \remove "Clef_engraver"

Segmentation fault with 2.11.52

2008-07-25 Thread Marco Caliari
> I'm not top posting. Dear all, the following snippet \version "2.11.52" \paper{ ragged-right=##t } \score { \relative c '' {e2 ~ e} \layout { \context { \Staff % the following (or the above tie) gives a Segmentation fault \remove "Staff_symbol_engraver" } } } gives me

Tie control-points delete another tie

2008-07-23 Thread Marco Caliari
> I'm not top posting. Dear all, in the following snippet \version "2.11.52" \paper{ ragged-right=##t } \new Staff { << % first voice {d''2 ~ d'' d''2 ~ d''} % second voice in parallel {f'2 f' \once\override Tie #'control-points = #'((1.5 . -0.5) (2 . 1) (7 . 2) (8 . -1)) f'2 f

Re: Ties to alternate endings

2004-01-06 Thread Marco Caliari
Already answered: 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 \ov

(no subject)

2004-01-05 Thread Marco Caliari
Hi. The following \score{ \notes{ \context Staff <<{c'1} \\ {s4 s\< s \! \> s \!}>> d'1 <<{e'1} \\ {s4 s\< s \! \> s \!}>> f'1 }} gives an ugly large horizontal space after d' and f'. What is wrong? Regards, -- Marco ___ Bug-lilypond mailin

Melisma with Lily 2.1.6

2004-01-05 Thread Marco Caliari
Hi all. The following example worked fine with Lily 2.1.2, bad with Lily 2.1.6. It seems there is an interference between voices and melisma. \include "italiano.ly" tenormusic = \notes \relative la' { \time 2/2 la1 la la( do~do2 la do2. re4) mi1~mi mi mi(~mi2 re do1) si( sol~sol2

Note heads and grace

2003-11-10 Thread Marco Caliari
Hi all. The following example \property Staff.NoteHead \set #'style = #'xcircle c4 c c c \property Staff.NoteHead \set #'style = #'default d4 d d d \grace{d16 d} d4 d d d \property Staff.NoteHead \set #'style = #'xcircle e4 e e e does not restore note heads to xcircle (lily 2.1.0). It works if

Again about lyrics and ties

2003-10-18 Thread Marco Caliari
Hi all. This is my third message about this topic, but the (wrong) result is different from the previous one. The code \score{ << \addlyrics \new Staff \notes \relative d' {\times 2/3{g2 r g(} \times 2/3{f d) g} d4} \new Lyrics \lyrics { bis, mi- __ se- } \addlyrics \new Staff \notes \re

Re: Bug (?) with lyrics

2003-10-03 Thread Marco Caliari
OK. I have reduced the buggy code. The code: \include "italiano.ly" \include "paper16.ly" sopranmusic = \notes \relative re' { \time 2/2 \property Voice.Slur \set #'transparent = ##t \key la \minor \times 4/3 {sol r sol( fa re) sol re( sol) re sol( re sol)} fad1} sopranlyrics =

Bug (?) with lyrics

2003-09-27 Thread Marco Caliari
Hi all. In the following (sorry, but I cannot reproduce in a simplier manner), I have problems with lyrics. If I comment the first lyrics, the result is good, even if I have several "warning: Huh? Melismatic note found to have associated lyrics." The same if I comment the third lyrics. But if

Copyright in header

2003-03-15 Thread Marco Caliari
Hi. The header field copyright does not work. -- Marco ___ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond

Possible bug with spanner

2003-02-08 Thread Marco Caliari
Hi. The code \include "italiano.ly" \score{ \notes{\time 2/4 \key do\major \relative do''{ \property Voice.TextSpanner \set #'type = #'dotted-line \property Voice.TextSpanner \set #'edge-height = #'(0 . 3) \property Voice.TextSpanner \set #'edge-text = #'("optional " . "end") do4\spanrequest \st

Re: \repeat volta 3

2003-02-06 Thread Marco Caliari
On Thu, 6 Feb 2003, Mats Bengtsson wrote: > Sounds reasonable, even though I can't recall having seen this construct > in any printed music. I've already seen, instead. > A more generic solution could be to add a property > to force printing of the volta bracket even if there is no \alternative

Re: Beaming and tuplets

2003-01-31 Thread Marco Caliari
On Fri, 31 Jan 2003, Rune Zedeler wrote: > Marco Caliari wrote: > > > With Lily 1.6.7, > > > > \times 2/3 {g4 g8} f8 r > > Can't reproduce. Please send full (short) example. > > -Rune > > \include "italiano.ly" \score{ \notes {\tim

Beaming and tuplets

2003-01-31 Thread Marco Caliari
Hi. With Lily 1.6.7, \times 2/3 {g4 g8} f8 r produces an (unwanted) beam between g8 and f8. How to prevent it? -- Marco ___ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond

Re: Margins with lilypond-book 1.6.5

2002-10-05 Thread Marco Caliari
On Fri, 4 Oct 2002, Werner LEMBERG wrote: > > It will be... but now I have to check all my files and to add > > \paper{linewidth=11.5\cm} to all > > > > \begin{lilypond} > > ... > > \end{lilypond} > > No. The right solution is to say > > \begin[noquote]{lilypond} > ... > \end{lilypond

Re: Margins with lilypond-book 1.6.5 (was: Alignment...)

2002-10-04 Thread Marco Caliari
On Fri, 4 Oct 2002, Mats Bengtsson wrote: > In 1.6.5, Werner Lemberg has gone through all the TeX code > used in the Lilypond output, making sure that no extra > spaces or new paragraphs are generated. This means that > the layout of your document might change but it's actually > an improvement.

Margins with lilypond-book 1.6.5 (was: Alignment...)

2002-10-04 Thread Marco Caliari
Hi. The code \documentclass[a4paper]{article} \begin{document} \begin{lilypond} \score{ \notes { c' c' c' c'}} \end{lilypond} \end{document} give me, after lilypond-book 1.6.5 and latex, Overfull \hbox (14.99867pt too wide) in paragraph at lines 357--390 In fact, the score is too much right

Documentation postscript in Lily 1.6.1

2002-09-01 Thread Marco Caliari
Hi. After doing make -C Documentation/user dvi and dvips -ta4 Documentation/user/out/lilypond.dvi the file lilypond.ps has "no page numbers" (i.e., I cannot surf through the document but only go ahead) and the first row of lilypond.ps is %!PS (but not EPSF because of memory limits) I have

Type1 directory

2002-08-20 Thread Marco Caliari
Hi. This is not really a bug. Should not Lilypond create the type1 directory with *.pfa fonts, during install, in ../share/lilypond/1.6.0/fonts if one have maked pfa-fonts? Marco ___ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/