lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RhythmicStaff


From: Mats Bengtsson
Subject: Re: RhythmicStaff
Date: Fri, 28 Sep 2007 16:43:44 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.5)

Quoting Charles Gran <address@hidden>:

If I'm creating a sheet of short rhythms [ex below], do I meed to use
\RhythmicStaff for each rhythm, or can I do something globally?

Nothing that would simplify the input. What you can do is to remove
the explicit \score{...}, i.e. each separate example could look like
\new RhythmicStaff{
...
}

   /Mats

\score {
\new RhythmicStaff {
\time 4/4
\set Staff.instrumentName = "1 "
b'2 b
r4 b r b
b r b r
b2 r4 b
\bar "|."
}
}

\score {
\new RhythmicStaff {
\time 4/4
\set Staff.instrumentName = "2 "
b'2. b4
r4 b8 b r4 b
b r b r
b2 r4 b
\bar "|."
}
}

Charles

--
http://www.campdeadly.com
http://www.campdeadly.com/blog



_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user








reply via email to

[Prev in Thread] Current Thread [Next in Thread]