I need to put a title with a score for several short pieces. Several pieces can
fit on one page. I am able to put a score within a title at the top of the page
but can't do it for pieces that are not at the top the page.
\version "2.10.25"
tuning = \markup {
\score {
\new Staff \wit
Hi,
I have a question regarding single staff polyphony. When two voices share
the same pitch LilyPond (2.6.3) will show the two notes next to each other.
I would like to alter this so that only one note appears with beams up and
down. If notes have different time values, I'd like the note wi
g b, b g g c c b b g g b b c c b b a a a a g2
}
Thanks
Norman
(version 2.6.3)
_
Need a brain boost? Recharge with a stimulating game. Play now!
http://club.live.com/home.aspx?icid=club_hotmailtextlink1
_
I'm a newbie to things Gnu and would like to know whether trying to install and use Lilypond on my Win98 SE system is going to be impossible or a major headache. I've reviewed the forum archive and see that people have had problems with Win98 in the past, but being a newbie, I don't even understan
Think if you wrote your two measures this way, it works:
\score {
\context PianoStaff <<
\context Staff = upper {
\set Staff.extraNatural = ##f
\time 2/2 \clef treble \key bf \major
<< {cs''8 c'' cs'' e'8~ e'4. cs''8 b' as' b' cs'~ cs'2} \\
{cs'1 s1} >>
}
\conte