What is the parent spanner referred to in:
Spanner `Hairpin' is not fully contained in parent spanner
?
Knowing that might make the error message easier to use.
TIA,
Paul Scott
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu
Jacobs, Steven P pitt.edu> writes:
>
> I am trying to do something that I think would be quite
> common, placing chord names for a solo
>
> in the middle of a song. Following the lilypond
> documentation on ChordNames and \chordmode,
>
> I came up with the code shown below. The problem is th
Simon Dahlbacka gmail.com> writes:
>
>
> Just a random thought, do you have another python version installed?/Simon
>
>
How do I check to see which version of Python I have installed?b
___
lilypond-user mailing list
lilypond-user@gnu.org
http:
Hi Simon
Your problem is using {..} after \new Staff instead of
<<..>>. I'm not sure I fully understand why, nor do
I have 2.10 available to check, but I think what happens
is that the first Voice="V" is placed in the first staff,
but too late for the second Voice="V", which has already
created
Just a random thought, do you have another python version installed?
/Simon
2008/1/30, Bryan Previte <[EMAIL PROTECTED]>:
>
> Frank Dieckmann gmx.org> writes:
>
> >
> > Which operating system do you use?
> > Frank
> >
>
> I use Windows XP with service pack 2; automatic updates were on at the
> t
On Wed, 2008-30-01 at 07:58 -0500, Kieren MacMillan wrote:
> Hi Valentin,
>
> > is your example LSR-worthy?
> > IIRC we do not have many chordnames examples currently...
>
> I'm putting together a complete set of chord name exceptions, which i
> am hoping will be
>
>1. a potential replacem
Frank Dieckmann gmx.org> writes:
>
> Which operating system do you use?
> Frank
>
I use Windows XP with service pack 2; automatic updates were on at the time that
this problem started happening, but it shouldn't be a compatibility issue if it
works for other people.
2008/1/30, Kieren MacMillan <[EMAIL PROTECTED]>:
> This should be ready later this week.
Oh, great!
Maybe we'll even implement it in the docs, thanks to the new LSR backend.
Cheers,
Valentin
___
lilypond-user mailing list
lilypond-user@gnu.org
http:
Hi Kieren,
On Jan 30, 2008 4:14 PM, Kieren MacMillan wrote:
> Here's another hint -- hope it helps.
Oh yes! That did the trick. I tweaked the \pad-to-box height a bit
added the other header fields, did some formatting and voilà.
Thanks a bunch.
-Risto
_
Because of the differences in Kate line numbering between KDE 3 and 4 I think
it's better to handle the invocation of the editor inside KDE, bypassing
lilypond-invoke-editor. So the patch I sent to lily-devel is not necessary.
I created two very small files that do the job. Both are attached, wi
Hello all,
I am trying to do something that I think would be quite common, placing
chord names for a solo
in the middle of a song. Following the lilypond documentation on
ChordNames and \chordmode,
I came up with the code shown below. The problem is that the chord
names appear below the
st
Hi Risto,
Here's another hint -- hope it helps.
Best,
Kieren.
\version "2.10.10"
\include "english.ly"
#(define (has-subtitle layout props arg)
(if (chain-assoc-get 'header:subtitle? props #t)
(interpret-markup layout props arg)
empty-stencil))
customHeaders
Hi Stefan
The extra-offset property can be used to move the
PianoPedalBracket in the same way. Here's a
modified example:
\version "2.11.37"
standardped = { \override Staff.PianoPedalBracket
#'style = #'bracket
\set Staff.pedalSustainStyle = #'mixed }
\relative c''' {
\override Staff.SustainP
Hi Valentin,
is your example LSR-worthy?
IIRC we do not have many chordnames examples currently...
I'm putting together a complete set of chord name exceptions, which i
am hoping will be
1. a potential replacement/option for the standard set(s);
2. the first of these "stylesheet" snipp
Hi,
On Jan 30, 2008 11:19 AM, Valentin Villenave wrote:
> There's a much simpler solution: I could just make a patch against
> lilypond's GUB NSIS script to call lilypond instead of
> lilypond-windows when double-clicking on a .ly file.
Why are there two executables anyway? Do they perform diff
2008/1/30, Graham Percival <[EMAIL PROTECTED]>:
> Valentin, this is yours:
> {transposing-pitches-with-minimum-accidentals-smart-transpose.ly}
Thanks Mark, updated :)
Cheers,
Valentin
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.
Hi Kieren, hi Iain,
is your example LSR-worthy? IIRC we do not have many chordnames
examples currently...
Cheers,
Valentin
2008/1/29, Kieren MacMillan <[EMAIL PROTECTED]>:
> Hi Iain,
>
> > Thanks, that was exactly what I needed!
>
> I do my best... ;-)
>
> > Though it was minor7b5 that is suppo
2008/1/29, Mats Bengtsson <[EMAIL PROTECTED]>:
> If you instead run
> lilypond-windows -dgui somefile.ly
> (which is exactly what happens when you double-click on the file) then you
> get the truncated .log file. The only difference between these two
> executables
> is that the -windows version is
Dear Trevor,
thanks for the advice.
Now I have the problem with mixed-style.
The "Ped" moves down, but the line doesn't. How can I move it too?
Here a short example:
\version "2.11.37"
standardped = { \override Staff.PianoPedalBracket #'style = #'bracket
\set Staff.pedalSustainStyle = #'mixed }
Dear Kieren,
On Jan 29, 2008 10:42 PM, Kieren MacMillan wrote:
> Sounds more complicated than necessary...
Probably so. :-) I just haven't found an elegant solution yet.
> Why not have an "if" that just doesn't add the \line to begin with?
The custom markup for the header takes care of removing
20 matches
Mail list logo