Hello,
I cannot find a way to use the documentation examples for cueDuring with
instrumentCueName in a real score.
I'm thinking of writing up and submitting replacement examples, based on a
snippet from the LSR. First I'd like to see if I just missed the point of the
existing examples.
1)
Op dinsdag 05 oktober 2010 schreef Br:
> How can I modify this (which Frescobaldi made) to make a hymn with three
> verses with the refrain at the end. The refrain has it's own notation.
you can add the refrain after stanza 2, so that it appears centered.
best regards,
Wilbert Berendsen
--
Fr
Am 04.10.2010 10:36, schrieb Wilbert Berendsen:
http://weblily.net ?
I tried to sign in, but it looks like as this is currently not available.
Helge
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond
Chip Wiegand schrieb:
> On 10/4/2010 6:48 PM, Jan Kohnert wrote:
> > Chip Wiegand schrieb:
> >> Got it - I noticed you put a carot between the 9 and 7, so I did that
> >> and nothing else, and now the chord names displays as I would expect it
> >> to - Aadd9
> >
> > That was what I suggested fro
On 10/4/2010 6:48 PM, Jan Kohnert wrote:
Chip Wiegand schrieb:
Got it - I noticed you put a carot between the 9 and 7, so I did that
and nothing else, and now the chord names displays as I would expect it
to - Aadd9
That was what I suggested from the beginning. ;)
Without wanting to start on o
Chip Wiegand schrieb:
> Got it - I noticed you put a carot between the 9 and 7, so I did that
> and nothing else, and now the chord names displays as I would expect it
> to - Aadd9
That was what I suggested from the beginning. ;)
--
MfG Jan
signature.asc
Description: This is a digitally signed
On 10/4/2010 6:23 PM, Jack Cooper wrote:
There's a snippet for this, but here's a rebroadcast:
chExceptionMusic = {
1-\markup { \super "add9" }
}
chExceptions = #(append
(sequential-music-to-chord-exceptions chExceptionMusic #t)
ignatzekExceptions)
Chords =
\chordmode {
\set chordNameExceptio
There's a snippet for this, but here's a rebroadcast:
chExceptionMusic = {
1-\markup { \super "add9" }
}
chExceptions = #(append
(sequential-music-to-chord-exceptions chExceptionMusic #t)
ignatzekExceptions)
Chords =
\chordmode {
\set chordNameExceptions = #chExceptions
d1:9^7
}
The exc
On 10/4/2010 5:50 PM, Jan Kohnert wrote:
Plase keep the discussion on list.
Chip Wiegand schrieb:
On 10/4/2010 5:13 PM, Jan Kohnert wrote:
Chip Wiegand schrieb:
I get this error -
G:/Lilypond Files/Love Of My Life.ly:93:66: error: syntax error,
unexpected STRING
a1:m
Plase keep the discussion on list.
Chip Wiegand schrieb:
> On 10/4/2010 5:13 PM, Jan Kohnert wrote:
> > Chip Wiegand schrieb:
> >>I get this error -
> >>
> >> G:/Lilypond Files/Love Of My Life.ly:93:66: error: syntax error,
> >> unexpected STRING
> >>
> >>a1:m7 a1:m7 a1:m7
Chip Wiegand schrieb:
> I get this error -
>
> G:/Lilypond Files/Love Of My Life.ly:93:66: error: syntax error,
> unexpected STRING
> a1:m7 a1:m7 a1:m7 e4:m7 a4:add9 e4:m7 a4:
>add9
add9 would be 9 without the sev
I get this error -
G:/Lilypond Files/Love Of My Life.ly:93:66: error: syntax error,
unexpected STRING
a1:m7 a1:m7 a1:m7 e4:m7 a4:add9 e4:m7 a4:
add9
how do I rectify this?
This also applies to suspended chords as w
How can I modify this (which Frescobaldi made) to make a hymn with three
verses with the refrain at the end. The refrain has it's own notation.
\version "2.13.35"
\include "english.ly"
\header {
title = "All Creatures of Our God and King"
% Remove default LilyPond tagline
tagline = ##f
}
Tim Rowe wrote Skipping notes in \lyricsto
Is there any way to get lyrics to completely skip some notes in
the
melody? (This is essentially for a fakesheet, and the notes I want
to
skip are a cue for an instrumental part.) It's not a melisma, so
I
don't want extender notes or hyphens. I th
Is there any way to get lyrics to completely skip some notes in the
melody? (This is essentially for a fakesheet, and the notes I want to
skip are a cue for an instrumental part.) It's not a melisma, so I
don't want extender notes or hyphens. I thought of splitting the
melody into separate variabl
At 21:22 04/10/2010, you wrote:
On Mon, 04 Oct 2010 01:03:30 +0200, Marten Visser
wrote:
Hello again,
Typesetting my masterpiece :D, I ran into the following problem:
I have a piece for piccolo and guitar. If I typeset the music for
guitar, I'd like to have a tablature staff in addition to the
On Mon, 04 Oct 2010 01:03:30 +0200, Marten Visser
wrote:
Hello again,
Typesetting my masterpiece :D, I ran into the following problem:
I have a piece for piccolo and guitar. If I typeset the music for
guitar, I'd like to have a tablature staff in addition to the notes, but
If I typset for
Patrick Karl wrote Ties in alternative endings
The NR deals with certain problems with ties in alternative
endings, but I haven't seen a solution to the following problem:
\version "2.12.3"
\relative c' {
a' b c d~
\repeat volta 2 { d e f g }
\alternative {
{ a, b c d~ }
{ a1 }
}
}
The tie
The NR deals with certain problems with ties in alternative endings, but I
haven't seen a solution to the following problem:
\version "2.12.3"
\relative c' {
a' b c d~
\repeat volta 2 { d e f g }
\alternative {
{ a, b c d~ }
{ a1 }
}
On Mon, Oct 4, 2010 at 8:25 PM, Phil Holmes wrote:
> - Original Message - From: "alex stone"
> Hmmm, can't spot anything missing at the moment.
>
>> Here's the entire test file.
>
>> http://pastebin.com/pSu6Asge
>
>
>> Thanks for the reply,
>
>> Alex.
>
>
> Alex,
>
> Please look at the Le
- Original Message -
From: "alex stone"
Hmmm, can't spot anything missing at the moment.
Here's the entire test file.
http://pastebin.com/pSu6Asge
Thanks for the reply,
Alex.
Alex,
Please look at the Learning Manual for 2.12.3 - section 5.2 - "When things
don't work". T
> Hmmm, can't spot anything missing at
> the moment.
>
> Here's the entire test file.
>
> http://pastebin.com/pSu6Asge
>
Hi Alex!
Another noob here... Take a look at line 133. Looks like
you're missing a closing quote.
Regards,
Jeff
___
lilypond-us
On Mon, Oct 4, 2010 at 8:08 PM, Brett McCoy wrote:
> Alex,
>
> Your bassoon entry above the french horn is missing a closing " for
> the bar statement
>
> \bar "|.
>
> On Mon, Oct 4, 2010 at 11:46 AM, alex stone wrote:
>> Hmmm, can't spot anything missing at the moment.
>>
>> Here's the entir
Alex,
Your bassoon entry above the french horn is missing a closing " for
the bar statement
\bar "|.
On Mon, Oct 4, 2010 at 11:46 AM, alex stone wrote:
> Hmmm, can't spot anything missing at the moment.
>
> Here's the entire test file.
>
> http://pastebin.com/pSu6Asge
>
>
> Thanks for the
Hmmm, can't spot anything missing at the moment.
Here's the entire test file.
http://pastebin.com/pSu6Asge
Thanks for the reply,
Alex.
On Mon, Oct 4, 2010 at 7:34 PM, Jonathan Kulp wrote:
> On Mon, Oct 4, 2010 at 10:18 AM, alex stone wrote:
>> I can't for the life of me figure out what i've
On Mon, Oct 4, 2010 at 10:18 AM, alex stone wrote:
> I can't for the life of me figure out what i've done here. (new lily user)
>
> Working in lilypondtool 2.12.894 (jedit 4.3.2), with lily 2.13.36
>
> Here's the error:
>
>> %lilypond %args "/home/alex/audio-projects/wobbly"
> Processing `/home/al
I can't for the life of me figure out what i've done here. (new lily user)
Working in lilypondtool 2.12.894 (jedit 4.3.2), with lily 2.13.36
Here's the error:
> %lilypond %args "/home/alex/audio-projects/wobbly"
Processing `/home/alex/audio-projects/wobbly'
Parsing...
/home/alex/audio-projects/w
The documentation here
http://lilypond.org/doc/v2.12/Documentation/user/lilypond-learning/Introduction-to-the-LilyPond-file-structure#Introduction-to-the-LilyPond-file-structure
says: "A \score block must always contain just one music expression, and
this must appear immediately after the \score
On Mon, Oct 04, 2010 at 09:21:49AM +0300, Dmytro O. Redchuk wrote:
> On Sun 03 Oct 2010, 14:52 Graham Percival wrote:
> > 2b. if you can't spot the problem, point them at
> > http://lilypond.org/tiny-examples.html
> This is rather for bug-lilypond, i'd say. In lilypond-user it is customary to
> sen
Ha ha - a real 'groaner' if intentional pun.
> dedicated server (our current one only had 512Mo RAM, if memory serves
>
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
On Sun, Oct 3, 2010 at 5:16 PM, Graham Percival
wrote:
> LilyPond Report 20 had a feature about these things, but sadly
> only Mike Blackstock responded.
> http://news.lilynet.net/The-LilyPond-Report-20
You may even give the exact anchor:
http://news.lilynet.net/The-LilyPond-Report-20#outil_somma
On Sun, Oct 3, 2010 at 11:20 PM, Neil Puttock wrote:
> Please do. It would be nice enhancement to have more control over
> leger positions.
OK. Perhaps I should have made the issue's title more clear, then.
http://code.google.com/p/lilypond/issues/detail?id=1292
Cheers,
Valentin
__
On Mon, Sep 27, 2010 at 12:10 AM, Xavier Scheuer wrote:
> I don't want to take advantage of your kindness but would it be possible
> to have a "ready-to-use" version of this?
Hi Xavier,
if do get such a snippet (which I believe you have), please do
remember that the LSR is your friend :-)
Cheers
On Sun, Oct 3, 2010 at 8:49 PM, Carl Sorensen wrote:
> I greatly prefer having short snippets inline. That way I can read them in
> my mail reader, rather than having to open them to see what's up.
Ditto. If I ever want to compile one, I have a dedicated ~/toto.ly
file that I only use for pastin
On Mon 04 Oct 2010, 12:07 Valentin Villenave wrote:
> On Mon, Oct 4, 2010 at 9:54 AM, Valentin Villenave
> wrote:
> > Yes, it's that time again: just when you least expected it, a new
> > LilyPond Report is out (and almost on schedule)!
>
> Wow, the LilyReport is now even featured on LXER!
> http
Hi all,
A new development version of Frescobaldi, 1.1.7, has been released.
Main new feature is a tool to download and install LilyPond packages. Whenever
a new stable or development version is out, you can go to Settings, Configure
Frescobaldi, LilyPond Preferences, Add, Download.
Full changes
On Mon, Oct 4, 2010 at 9:54 AM, Valentin Villenave
wrote:
> Yes, it's that time again: just when you least expected it, a new
> LilyPond Report is out (and almost on schedule)!
Wow, the LilyReport is now even featured on LXER!
http://lxer.com/module/newswire/view/142509/index.html
I've also sent
Hi everybody,
Yes, it's that time again: just when you least expected it, a new
LilyPond Report is out (and almost on schedule)!
http://news.lilynet.net/The-LilyPond-Report-21
Autumnal and microtonal: that’s how one could describe this Report’s
issue. Microtonal notation support has indeed been
On Sun 03 Oct 2010, 14:52 Graham Percival wrote:
> On Sun, Oct 03, 2010 at 02:37:59PM +0100, James Lowe wrote:
>
> > 1. Open Email
> > 2. Read Email. Spot problem. Reply
>
> Yes.
mutt! all-in-one, whether example is attached or inline =O]
((2Graham: i know you know,))
> > If someone sends an ly
http://weblily.net ?
best regards,
Wilbert Berendsen
--
Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/
Nederlands LilyPond forum: http://www.lilypondforum.nl/
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org
On Sun, Oct 3, 2010 at 8:51 PM, Disc Magnet wrote:
> When I generate a PDF score using Lilypond, each note becomes a
> textedit:// link that points to the source code line in the .ly source
> file.
>
> Is there a way to prevent this from happening so that there are no
> such links in the PDF?
Yes
On Mon 04 Oct 2010, 01:03 Marten Visser wrote:
> Hello again,
Hi!
> Typesetting my masterpiece :D, I ran into the following problem:
> I have a piece for piccolo and guitar. If I typeset the music for
> guitar, I'd like to have a tablature staff in addition to the notes,
> but If I typset for picc
42 matches
Mail list logo