%% Changes in volume affect all the staves in the MIDI output
%% instead of affecting only the one they are written in.
%%
%% This went wrong between 2.13.52 and 2.13.53
\version "2.13.53"
Upper = \relative c' {
e8\ppp e e e e\fff e e e | e\ppp e e e e\fff e e e
}
Lower = \relative c' {
c8\
% Hello,
%
% Accidentals on tied notes are printed at the beginning of a new
% system. But I think that in these cases there should be no second
% accidental in that measure.
%
% So I think measure 5, 9, and 13 are wrong in the following example:
\version "2.13.53"
\paper{ ragged-right = ##t }
\r
% Hi,
%
% The latest Windows versions have problems with accents
% (national characters) in the path or file name.
% MIDI is produced (if there is a \midi block), but no pdf.
%
% Take the following simple example, and put it into a folder called
% "kórus" (it means "choir" in Hungarian).
\version
Hi,
Piano centered dynamics are not centered between the two staves.
Am I missing something?
Thanks!
Zoltan
%%%
%%%
%% The Learning Manual (A.2.4
%%
%% Hello all,
%%
%%
%% Hiding empty staves does not hide bar numbers.
%%
\version "2.12.2"
\score{
<<
R1*80
>>
\layout{
\context{
\RemoveEmptyStaffContext
%% \override VerticalAxisGroup #'remove-first = ##t %% Also remove the
first staff if empty
}
}
}<>___
%%
%% On Windows XP:
%% If there is no \layout block but a \midi block and
%% there is no \header block I get a window saying that
%% "LilyPond has encountered a problem and needs to close".
%% (The MIDI file is created properly.)
%%
%% I get no error if there is a \header block, but
%% I don't ne
On Sun, 28 Sep 2008, Valentin Villenave wrote:
http://code.google.com/p/lilypond/issues/detail?id=577
What makes it look bad to you?
In the Notation Reference (section 1.2.6.1 Grace notes) it says
that "Grace notes may be forced to align with regular notes in
other staves".
But if ragged-r
Hello,
Allegedly this bug has been fixed:
http://code.google.com/p/lilypond/issues/detail?id=577
But the output still doesn't look good to me.
I don't want to offend anybody, please tell me if I am wrong.
Oh, I am using LilyPond on a Windows XP.
Zoltan
%% Lilypond code %
%%
%% If there is an appoggiatura at the beginning of a new line,
%% the lyrics will get an extra hyphen before the first syllable.
%%
%% (Of course it happens only if there's a centered hyphen between the
%% syllables, but normally that should not add a hyphen at the
%% beginning of a line, see m
%%
%% Strict-grace-spacing does not work.
%%
%%
%% The example below is from the manual:
%% http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Grace-notes
%%
%% I didn't use \paper{ ragged-right=##t } because
%% in this way the error is more apparent.
%%
\version "2.11.38"
<<
\override Sc
%% Phrasing slur collides with fermata
\version "2.11.35"
\paper{ ragged-right=##t }
\relative g'
{
g4\( a b c | c1\)\fermata
}
<>___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond
Hi,
>> I think the correct abbreviaton for "decrescendo" is "decresc."
>> and not "decr." as \setTextDecresc writes it.
> Hmm. Do you have a reference or something? The only text I can find at
> the moment is "dim." I'm honestly not sure if it's supposed to be decr.
> or decresc.
Well, I hav
Hi all,
I think the correct abbreviaton for "decrescendo" is "decresc."
and not "decr." as \setTextDecresc writes it.
Bye,
Zoltán
___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond
Hi all,
This might be connected with
http://code.google.com/p/lilypond/issues/detail?id=417
but my problem now is not that the rest is not centered (it is
in 2.11.34), but that the measure becomes too long.
%% When there is a whole measure rest under a text mark
%% the measure extends furthe
%% Hairpins bound to spacer notes seem to be aligned to lyrics...
\version "2.11.34"
\paper{ ragged-right=##t }
\score{
<<
\context StaffGroup
<<
\new Staff{
\relative g' { g4 g4~ g4 g4 }
}
\addlyrics{
\lyricmode{ x long x }
}
\new Staff{
\relativ
%% The page breaking algorithm doesn't calculate well.
%%
%% LilyPond thinks that the following piece doesn't fit on one page,
%% but if you uncomment the page break prohibition,
%% you can see that there is enough space for everything...
\version "2.11.34"
\paper{ ragged-right = ##t }
Melody = \
%% When I want lyrics to avoid barlines
%% and so I use \consists "Bar_engraver" in the Lyrics context,
%% plus I want the lyrics to be above the staff,
%% they push up the bar number.
\version "2.11.34"
\paper{ ragged-right=##t }
\score{
<<
\new Lyrics = "one" { s1 }
\new Staff \new Voice =
%% Whole measure rests are not centered when there is a long text mark.
%%
\version "2.11.32"
\paper{ ragged-right=##t }
\context StaffGroup
<<
\new Staff \relative g' {
\override Score.RehearsalMark #'self-alignment-X = #LEFT
\override Score.RehearsalMark #'break-align-symbols = #'(time
> I'm not top posting.
%% "Making lyrics avoid barlines" used with StaffGroup
%% causes barlines to extend under the last staff
%% and causes repeat signs not to be continuous.
\version "2.10.15"
\paper{ ragged-right=##t }
\context StaffGroup
<<
\relative c' { c1 d \bar ":|" }
\addlyrics { c
19 matches
Mail list logo