> 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
> 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
> 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
> 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
> 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"
> 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
> 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
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
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
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
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
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
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 =
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
Hi.
The header field copyright does not work.
--
Marco
___
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond
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
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
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
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
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
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.
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
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
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/
24 matches
Mail list logo