Re: Adding non-braced third staff below PianoStaff

2012-12-30 Thread Nathan
On Sun, Dec 30, 2012 at 8:22 PM, Duncan wrote: > There probably is a simple answer to this, but it has eluded me. > > I am scoring organ music using two staves at the outset, then adding a > third staff later. So I start with a PianoStaff context, then I add > an additional Staff later on when I n

Help with simple cues

2012-12-30 Thread AldenDavidson
So I'm working on writing up song music that I have into Lilypond (using Frescobaldi), so I can then transpose it easily, but I ran into an error: "warning: cannot resolve rest collision: rest direction not set" Now, I know there was just recently a post about this

Adding non-braced third staff below PianoStaff

2012-12-30 Thread Duncan
There probably is a simple answer to this, but it has eluded me. I am scoring organ music using two staves at the outset, then adding a third staff later. So I start with a PianoStaff context, then I add an additional Staff later on when I need it. Everything looks great, except that the added s

Re: Objects as links

2012-12-30 Thread Thomas Morley
2012/12/31 Thomas Morley : > 2012/12/30 Richard Shann : >> I too am very interested in adding links to objects, but when I paste >> your example into lilypond version 2.16.0 I get syntax errors > > Hi Richard, > > attached a 2.16.1-version > > -Harm BTW, the 2.16.1-version works with 2.14.2, too.

New LSR-snippet: Rewriting the Stem stencil using markup paths

2012-12-30 Thread Thomas Morley
To the author of the new snippet "Rewriting the Stem stencil using markup paths" http://lsr.dsi.unimi.it/LSR/Item?id=864 Hope you're on this list. I had a look in your code. To avoid the problems with stem-less NoteHeads you could check for ly:stencil? I extended your snippet adding this check.

Re: Objects as links

2012-12-30 Thread Thomas Morley
2012/12/30 Richard Shann : > I too am very interested in adding links to objects, but when I paste > your example into lilypond version 2.16.0 I get syntax errors Hi Richard, attached a 2.16.1-version -Harm stencil-with-link-2-16-1.ly Description: Binary data __

Re: Objects as links

2012-12-30 Thread Thomas Morley
2012/12/30 David Kastrup : > Richard Shann writes: > >> I too am very interested in adding links to objects, but when I paste >> your example into lilypond version 2.16.0 I get syntax errors - is it >> specific to 2.17.9? > > Yes. That's one rather prominent extension of 2.17 (the previous syntax

set override documentation

2012-12-30 Thread Noeck
Hi, Is there any situation where I can use both and it is an advantage that I can distinguish between them? Is there a difference for the user (exept that it is a different thing internally)? This page is a bit short: http://www.lilypond.org/doc/v2.17/Documentation/notation/set-versus-override Th

Re: Objects as links

2012-12-30 Thread Noeck
> These include > … ‘\alterBroken’, … ‘\hide’, ‘\omit’, ‘\overrideProperty’, … > I've read about those commands now several times (in this context of changes to 2.17) and I am curious what they do. But I could not find any explanation for most of them (I would have expected in section 5.3 of the

Fwd: jazzchords.ly

2012-12-30 Thread Ole Schmidt
oops, doubleposting- already solved thanks to David Kastrup Anfang der weitergeleiteten E-Mail: > Von: Ole Schmidt > Datum: 30. Dezember 2012 19:01:24 MEZ > An: Lilypond-User Mailing List > Betreff: jazzchords.ly > > Hi, > > I want to use the jazzchord.ly but it gives me an error (see below)

jazzchords.ly

2012-12-30 Thread Ole Schmidt
Hi, I want to use the jazzchord.ly but it gives me an error (see below) I am on LP 2.16.0-1 How to remedy this? attached the jazzchords-include.ily file which does not work properly thanks ole [siehe angehängte Datei: jazzchords-include.ily] »/Applications/Musikverarbeitung/Lily/Lily_DT/120

Re: More "cannot resolve rest collision" warnings

2012-12-30 Thread Trevor Daniels
Daniel, you wrote Sunday, December 30, 2012 8:28 PM > I figured it out: it's the use of \oneVoice in the lower voice. > The problem is solved by leaving it as \voiceTwo and explicitly > specifying the rest positions like I'm already doing in the upper voice. > A little tedious, but it works a

RE: More "cannot resolve rest collision" warnings

2012-12-30 Thread Daniel Rosen
I figured it out: it's the use of \oneVoice in the lower voice. The problem is solved by leaving it as \voiceTwo and explicitly specifying the rest positions like I'm already doing in the upper voice. A little tedious, but it works and it compiles error-free. DR > -Original Message-

RE: More "cannot resolve rest collision" warnings

2012-12-30 Thread Daniel Rosen
OK... but that doesn't fix my problem. I get the same thing when I use the following: { \new Staff << \new Voice { \one } \new Voice { \two } >> } DR > -Original Message- > From: Trevor Daniels [mailto:t.dani...@treda.co.uk] > Sent: Sunday, December 30, 2012 3:19 PM > To: D

Re: More "cannot resolve rest collision" warnings

2012-12-30 Thread Trevor Daniels
Daniel, you wrote Sunday, December 30, 2012 8:04 PM > In the example below, I'd like to use the music that appears after the > barline because it lines up the rests visually with their respective voices. > It looks exactly the way I want it to, but I'm getting this warning: > > document.ly:6:

More "cannot resolve rest collision" warnings

2012-12-30 Thread Daniel Rosen
In the example below, I'd like to use the music that appears after the barline because it lines up the rests visually with their respective voices. It looks exactly the way I want it to, but I'm getting this warning: document.ly:6:7: warning: cannot resolve rest collision: rest direction not set

Re: jazzchords.ly

2012-12-30 Thread Ole Schmidt
thanks for the quick answer! I'll try that... ole Am 30.12.2012 um 19:34 schrieb David Kastrup: > Ole Schmidt writes: > >> Hi, >> >> I want to use the jazzchord.ly but it gives me an error (see below) >> I am on LP 2.16.0-1 >> How to remedy this? >> % JAZZ CHORDS >> % (based upon pop-chords.l

Re: jazzchords.ly

2012-12-30 Thread David Kastrup
Ole Schmidt writes: > Hi, > > I want to use the jazzchord.ly but it gives me an error (see below) > I am on LP 2.16.0-1 > How to remedy this? > % JAZZ CHORDS > % (based upon pop-chords.ly by James L. Hammons) > % > % v3.1 > % 19 Nov 2011 > % address@hidden > % > % tested against lilypond v2.14.2

jazzchords.ly

2012-12-30 Thread Ole Schmidt
Hi, I want to use the jazzchord.ly but it gives me an error (see below) I am on LP 2.16.0-1 How to remedy this? attached the jazzchords-include.ily file which does not work properly thanks ole [siehe angehängte Datei: jazzchords-include.ily] »/Applications/Musikverarbeitung/Lily/Lily_DT/120

Re: Objects as links

2012-12-30 Thread David Kastrup
Richard Shann writes: > I too am very interested in adding links to objects, but when I paste > your example into lilypond version 2.16.0 I get syntax errors - is it > specific to 2.17.9? Yes. That's one rather prominent extension of 2.17 (the previous syntax will still work for the most import

Re: Objects as links

2012-12-30 Thread Federico Bruni
Hi Richard yes, it's specific to 2.17. Have a look at the second item in this list: http://lilypond.org/doc/v2.17/Documentation/changes/index.html Il 30/12/2012 18:21, Richard Shann ha scritto: I too am very interested in adding links to objects, but when I paste your example into lilypond vers

Re: Objects as links

2012-12-30 Thread Richard Shann
I too am very interested in adding links to objects, but when I paste your example into lilypond version 2.16.0 I get syntax errors - is it specific to 2.17.9? Below is the error messages (simply changing \version in the file does not help). Richard Shann 8><8><8><8><8><8><8><8><8><8><8><8><8><8>

Re: Objects as links

2012-12-30 Thread SoundsFromSound
That is awesome!! Damn, how did you get so good at hacking LilyPond? :) I've read the manual several times and I still can't code like you guys on the fly! No fair lol I'm just jealous - Ben Thomas Morley wrote > 2012/12/29 Noeck < > noeck.marburg@ > >: >> Hi, >> >> is there a way to make ob

Re: Guitar slides in lilypond

2012-12-30 Thread Olivier Biot
Hi Yevgeny, Right now LilyPond does not (yet?) support pitch bends in the MIDI output. As a work-around you could import the MIDI file created with LilyPond in another tool, e.g. TuxGuitar or MidiEditor) and add the pitch bends in a separate channel (MIDI doesn't apparently like playing notes sim