cks in a single file.
There's a lot of info on lilypond.org
Germain
- Original Message - From: "Joey Coyle" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, June 26, 2007 6:39 PM
Subject: Multiple short pieces
Hi,
For Traditional music where most pieces are only 2 lines long,
Hi,
For Traditional music where most pieces are only 2 lines long, I have
used ABC. I was able to make a file that has many tunes, and then
have all those tunes on a couple of pages of sheet music. I would
also like to do this for guitar riffs I am working on...
Is there a way to do th
Hi,
Why is this tuplet in \partition bad? I copied it from the docs...
Slowly but surely, I may figure this out
thanks,
joey
\header{
title = "A scale in LilyPond"
}
\version "2.10.10"
\layout{
\context{
\TabStaff
\override TimeSignature #'stencil = ##f
still take some place, whereas my
proposed setting removes the signature completely. You won't see any
difference in your particular example, but if you remove the normal
Staff
context in your example, you will see what i mean.
/Mats
Joey Coyle wrote:
Thanks Mats,
I have almost rem
You are correct Mats, it works, don't know what happened?
thanks,
joey
On Jun 21, 2007, at 4:22 AM, Mats Bengtsson wrote:
Joey Coyle wrote:
Hi,
I am trying to specify aTabStaff string number plus an
articulation and I am not guessing correctly.
e8^\downbow\5 doesn't
Hi,
I am trying to specify aTabStaff string number plus an articulation
and I am not guessing correctly.
e8^\downbow\5 doesn't work
e8\5^\downbow doesn't work
thanks,
joey
On Jun 20, 2007, at 3:00 PM, Joey Coyle wrote:
I solved this myself in the articulatio
I solved this myself in the articulations section...
The guitar upstroke is the same as downbow, and the upstroke is upbow...
jc
On Jun 19, 2007, at 10:46 AM, joeyc wrote:
Hi,
Is it possible to insert downstroke and upstroke strum symbols with
Lilypond?
thanks,
jc
--
View this message i
you probably want to keep the stems in the ordinary
note staff, you could do it in
\context TabStaff
<<
\override ...
\partition
>>
An alternative is to specify that you want this setting in all
TabStaff contexts in your .ly file, by inserting
\layout{
\context{
\TabStaff
\
Thanks Mats,
In this example, where would you place the \override Stem
#'transparent = ##t, as I can't get it to work. But I can get your
example to create a single staff...
partition = {
\key e \major
<>
\5\4
}
\context StaffGroup <<
\context Staff <<
\clef "G_8"