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-lilypond mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to