[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Bug #2 in Lilypond 2.2.5
From: |
Wim van Dommelen |
Subject: |
Bug #2 in Lilypond 2.2.5 |
Date: |
Fri, 24 Sep 2004 18:33:44 +0200 |
Hi,
Found another problem in Lilypond. Purpose of my file was to create a
series of notes without the staff system underneath it. When I do that
the stems are also shortened, they stop before touching the note heads
themselves.
Try this and look at the stems:
\header{
tagline = ""
}
\score {
\notes {
<<
\new Staff {
g'8[ ~ g'] g'[ ~ g'] g'[ ~ g'] g'[ ~ g']
g'8[ ~ g'] g'[ ~ g'] g'[ ~ g'] g'[ ~ g']
}
\new Staff { \relative c'' {
g8.[ ~ g16] g8.[ ~ g16] g8.[ ~ g16] g8.[ ~ g16]
g8.[ ~ g16] g8.[ ~ g16] g8.[ ~ g16] g8.[ ~ g16]
}
}
>>
}
\paper {
pagenumber = "no"
raggedright = ##t
\context {
\StaffContext
\remove Staff_symbol_engraver
\remove Clef_engraver
\remove Time_signature_engraver
\remove Bar_engraver
}
}
}
I used Lilipond 2.2.5 in the MS W2k cygwin environment for this.
Regards,
Wim.
- Bug #2 in Lilypond 2.2.5,
Wim van Dommelen <=