Very helpful. Thank you.
I’m still finding it a bit confusing though. The following creates the pdf
output I’m looking for. Is it basically correct syntax-wise?
melody = \relative c' {
\clef treble
\key bes \major
\repeat volta 2 {
\time 6/8 e4. fis4 g8 | a4. g4 bes8 |
This looks like a bug for me. The toc-item-list holds the items inside
toc-init,ly but there is no mean to reset the list.
Could you move the two \book in separates files that \include the original
content. In that case you have only one \book per file.
Regards, Helge
Hi Mike
Welcome! First, you need \hideNotes, not \hide. Then the structure you have
doesn't quite work. It's usually easier to have all the lyrics contexts
running from the start rather than starting them part way along - they'll get
their position from the notes. Here's one way of doing it,
> On Dec 10, 2014, at 5:02 PM, vegasart...@hotmail.com wrote:
>
> Message: 4
> Date: Wed, 10 Dec 2014 13:54:28 -0800
> From: Do something Artistic
> To: "lilypond-user@gnu.org"
> Subject: FW: Whole measure rests in Compound duple meter
>
> Can't figure out why sometimes these don't go through
I thnk I’m close, and posted on Stackoverflow, but can’t seem to get a hidden
melody working to show alternate lyrics. The following just shows both voices
and neither of the “associated” (or not) stanzas.
melody = \relative c' {
\clef treble
\key c \major
\time 4/4
c4 d
Am 10.12.2014 22:54, schrieb Do something Artistic:
Can't figure out why sometimes these don't go through
From: vegasart...@hotmail.com
To: lilypond-user@gnu.org
Subject: Whole measure rests in Compound duple meter
Date:
Can't figure out why sometimes these don't go through
From: vegasart...@hotmail.com
To: lilypond-user@gnu.org
Subject: Whole measure rests in Compound duple meter
Date: Tue, 9 Dec 2014 15:46:14 -0800
Trying to figure out the notation for whole measure rests in 6/8 time. My work
around right
>> Side effects of including a logo on the title page of a book.
My latest code for this works up to a point. I have to manually use the
score.header command "picture = ##f"
to prevent the logo appearing at the begining of each book part. The problem
is the space left under the book part title bef
Am 10.12.2014 20:58, schrieb Tim Reeves:
Urs,
As a horn player, I can assure you that the conventional way of
writing horn parts is to use the same transposition in bass clef as is
used in treble clef: written a perfect fifth higher than it sounds.
There is something called 'old notation', u
Urs,
As a horn player, I can assure you that the conventional way of writing
horn parts is to use the same transposition in bass clef as is used in
treble clef: written a perfect fifth higher than it sounds. There is
something called 'old notation', used pre-20th century, that had the bass
cle
Am 10.12.2014 um 11:40 schrieb Urs Liska:
Hi Marc,
thanks, this looks promising. But I'll have to take a closer look to see
if I can proceed from there.
One question: obviously 'page:page-number is in the props available to
define-markup-function.
Oh, yes you are right.
But how could I acce
Hi,
You'll have somehow to put some space between both staves (here with
dynamics and markup) in order to find a nice beam slope.
So here you go :
\version "2.19.15"
\language "english"
staffUp = \change Staff = "upper"
staffDown = \change Staff = "lower"
graceOn = {
\teeny
\override Stem.n
Am 10.12.2014 10:29, schrieb Knut Petersen:
On 09.12.2014 22:45, Urs Liska wrote:
Am 09.12.2014 22:07, schrieb Knut Petersen:
On 09.12.2014 17:38, Urs Liska wrote:
Hi all,
if I produce scores that are to be printed on double-sided, folded
sheets (i.e. four A4 pages on one A3 sheet) I need
As there was no personal content I assume you erroneously sent this only
to me (so I CC the list).
Am 10.12.2014 17:49, schrieb Dr. Bernhard Kleine:
-Ursprüngliche Nachricht-
Von: Urs Liska [mailto:u...@openlilylib.org]
Gesendet: Mittwoch, 10. Dezember 2014 12:48
An: Dr. Bernhard Klein
I am having trouble subdividing "grace notes" (they look like grace notes
but aren't created with \grace) into three and four subgroups of 32nd
notes. I've attached images of what I need to do and what I am getting
with the code below:
\version "2.19.15"
\language "english"
staffUp = \change Sta
I have revised this small file.
It will sort out accidentals removing double flats/sharps, setting all
according to the current key signature or choosing sharp/flat
as first found in the case of a natural key.
\version "2.18.2"
% OS Vista and Frescobaldi
#(define s 0)
#(define k 0)
#(define n
Knute Snortum schrieb :
On Tue, Dec 9, 2014 at 11:24 PM, Johan Vromans
wrote:
On Tue, 9 Dec 2014 15:51:34 -0800
Knute Snortum wrote:
An issue has been added about this. Here is an easy workaround
(Thanks,
Keith):
Isn't this the same issue as discussed in
https://lists.gnu.org/archive/
Seems like it.
Here's the issue link:
https://code.google.com/p/lilypond/issues/detail?id=4222
Knute Snortum
(via Gmail)
On Tue, Dec 9, 2014 at 11:24 PM, Johan Vromans wrote:
> On Tue, 9 Dec 2014 15:51:34 -0800
> Knute Snortum wrote:
>
> > An issue has been added about this. Here is an easy
2014-12-10 14:47 GMT+01:00 Jacques Menu :
> IMHO, it could be in the notation manual.
>
Added to the LSR with a "docs" tag : http://lsr.di.unimi.it/LSR/Item?id=964
Cheers,
Pierre
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.
Oups, I think I forgot something, so here again :
\version "2.18.2"
\layout {
\context {
\Score
startRepeatType = #"[|:"
endRepeatType = #":|]"
doubleRepeatType = #":|][|:"
}
}
%% example:
{
c'1
\repeat volta 2 { \repeat unfold 2 c' }
\repeat volta 2 { \repeat unfold 2
Hello Pierre,
That’s what I was looking for, thanks!
IMHO, it could be in the notation manual.
A nice day!
JM
> Le 10 déc. 2014 à 14:31:02, Pierre Perol-Schneider
> a écrit :
>
> Hi Jacques,
>
> Try :
>
> \version "2.18.2"
>
> \layout {
> \context {
> \Score
> startRepeatType =
Hi Jacques,
Try :
\version "2.18.2"
\layout {
\context {
\Score
startRepeatType = #"[|:"
endRepeatType = #":|]"
}
}
%% example:
{
c'1
\repeat volta 2 {
\repeat unfold 8 c'1
}
}
Cheers,
Pierre
2014-12-10 14:10 GMT+01:00 Jacques Menu :
> Hello folks,
>
> Is it possib
Hello folks,
Is it possible for:
\bar ":|]"
to be the implicit default at the end of a repeat or alternative section,
without having to add it manually, and similarily with:
\bar "[|:"
at the beginning of repeat sections?
Thanks for your help!
JM
--
Jacques Menu
Ch. de la
Marc Hohl wrote:
> http://comments.gmane.org/gmane.comp.gnu.lilypond.general/67470
>
Thank you Marc, for other examples very useful!
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Pierre Perol-Schneider wrote:
> Re: lilypond fingeringOrientations spanner?
>[...]
Waauw this is awesome, far beyond expectation. Thank you so much Pierre!
Humble regards, Peter
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu
Hi Marc,
thanks, this looks promising. But I'll have to take a closer look to see if I
can proceed from there.
One question: obviously 'page:page-number is in the props available to
define-markup-function. But how could I access that from within a music
function?
Urs
Am 10. Dezember 2014 09
Or even :
\version "2.18.2"
\header {
tagline = ##f
}
scoreAGlobal = {
\key d \major
\time 4/4
}
upper = \relative c' {
\scoreAGlobal
\set fingeringOrientations = #'(up)
16 b
8
cis d dis e f |
fis g
bes b
}
lower = \relative c {
\scoreAGlobal
b4\rest a'16 a,
Hi Peter,
try :
\version "2.18.2"
\header {
tagline = ##f
}
scoreAGlobal = {
\key d \major
\time 4/4
}
upper = \relative c' {
\scoreAGlobal
\set fingeringOrientations = #'(up)
16 b
8
cis d dis e f |
fis g
bes b
}
lower = \relative c {
\scoreAGlobal
b4\rest a'
Am 10.12.2014 um 11:13 schrieb Peter Terpstra:
Dear People,
Don't know if this exists, could not find it on internet, guess that if it
exists people in this group would now about it.
I think
http://comments.gmane.org/gmane.comp.gnu.lilypond.general/67470
is what you're searching for (scroll
Am 10.12.2014 10:50, schrieb Dr. Bernhard Kleine:
I looked and cannot find it. Please help.
Unfortunately this isn't supported yet. You'll have to resort to a slur
in such cases.
HTH
Urs
Bernhard
___
lilypond-user mailing list
lilypond-user
Dear People,
Don't know if this exists, could not find it on internet, guess that if it
exists people in this group would now about it.
Would like to draw a line between the numbers of the fingeorientations, a line
from finger 1 to 1, 2 to 2, 3 to 3.
Tried to do something with \draw-line but co
I looked and cannot find it. Please help.
Bernhard
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
On 10.12.2014 10:29, Knut Petersen wrote:
On 09.12.2014 22:45, Urs Liska wrote:
Am 09.12.2014 22:07, schrieb Knut Petersen:
On 09.12.2014 17:38, Urs Liska wrote:
Hi all,
if I produce scores that are to be printed on double-sided, folded sheets (i.e.
four A4 pages on one A3 sheet) I need to
On 09.12.2014 22:45, Urs Liska wrote:
Am 09.12.2014 22:07, schrieb Knut Petersen:
On 09.12.2014 17:38, Urs Liska wrote:
Hi all,
if I produce scores that are to be printed on double-sided, folded sheets (i.e.
four A4 pages on one A3 sheet) I need to find a way to add empty pages to the
end o
Am 09.12.2014 um 22:45 schrieb Urs Liska:
[...]
I have to repeat myself: My issue is not about the imposing from A4 to A3.
I want to produce a file in A4 that *can* be imposed on a folded A4 paper.
So it has to have a page count of a multiple of 4.
Hi Urs,
does
http://lists.gnu.org/archive/htm
Glad that worked for you! It's a nice hack because it gets applied only
when you want it to. I tried overriding a bunch of the internal
properties, but I couldn't get any of them to work reliably. It could
be that I'm just not competent enough to know precisely the property
I'm modifying and ho
Hello Abraham,
Thanks a lot, that does it perfectly!
I had tried with markups, but to no avail.
I’d neved thought of this solution by myself, it’s worth including in the
notation manual IMHO.
A nice day!
JM
> Le 10 déc. 2014 à 08:23:21, tisimst a écrit :
>
> Jacques,
>
> I assume you are
37 matches
Mail list logo