Website down?

2015-11-03 Thread Alberto Simões

Hi

Just a heads up.
I can't access lilypond.
Neither http://downforeveryoneorjustme.com/lilypond.org

Thanks
ambs

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Valse des Sylphes - Charles GOUNOD

2015-11-03 Thread Brian Barker

At 21:44 02/11/2015 +, Alberto Simões wrote:
After your precious help, I consider my task of 
transcribing this music complete. Of course, I am happy to fix any issue:


There are still a few differences here:

Bar 1: As others have said, the third beat in the 
upper staff should be an E, not an F-sharp.


Bar 84: The decrescendo should end a beat 
earlier. Surely this should match what you have 
(correctly) in bars 92, 100, 108, and 116?


I'm puzzled by repeated reminder accidentals on tied notes in:
Bar 110: Natural sign before the tied C in the lower staff
Bar 112: Sharp sign before the tied F-sharp in the upper staff
Bar 120: Sharp sign before the tied F-sharp in the upper staff
Bar 122: Sharp sign before the tied F-sharp in the upper staff
Bar 124: Natural sign before the tied C in the lower staff

Surely these are simply confusing? (They are not 
present in the original.) Even if the accidentals 
in the previous bars were not reminders, they 
would affect the tied notes too, and - since the 
notes are tied - they couldn't be anything else 
but the same pitch. (The accidental in bar 120 
would be necessary if it were not a reminder one, 
since a system break now occurs here, but that 
doesn't apply in this case and Lilypond would 
insert it automatically anyway.) This problem 
seems to result from your use of the chord 
repetition symbol "q"; to avoid this, you may 
want to repeat the chords explicitly instead - without the exclamation marks.


Brian Barker  



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: How to force tempo markings on single line

2015-11-03 Thread H. S. Teoh
On Tue, Nov 03, 2015 at 08:38:45AM +0100, Jacques Menu wrote:
[...]
> \markLengthOn
[...]

On Tue, Nov 03, 2015 at 08:28:33AM +0100, Malte Meyn wrote:
[...]
> There is a way: It’s the command \markLengthOn
[...]

Thanks so much, everyone!! That was exactly what I needed.


T

-- 
It's amazing how careful choice of punctuation can leave you hanging:

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Valse des Sylphes - Charles GOUNOD

2015-11-03 Thread Alberto Simões



On 03/11/15 14:04, Alberto Simões wrote:

I did not like them too, but no clue how to remove them.

GNU LilyPond 2.18.2 here, but I can try to update (even on El Capitan!)


Oh, damn.
2.18.2 is the latest stable :-/

Best,
A.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Text-spanner text repeated at start of line

2015-11-03 Thread David Sumbler
I have now got around to trying to use
text-spanner-inner-text-lyric-mode.ly, as suggested by Pierre.

The basic concept is great, but I am having a few difficulties (some of
which may be to do with the fact that I have never used \lyricmode
before).

It has been suggested that a Tempo spanner might be useful eventually.
That would certainly have helped me, because I want "accelerando
moltoalVivace (텞=138)" to appear in each of the four parts of
the string quartet, but only once in the score.  I have got around this
problem for now by using tags named "forScore" and forPart".

My second problem is that I want upright, bold text - the style that is
usually used for tempo markings.  Unfortunately, I have not found a way
of doing this, other than using \markup \upright \bold for each distinct
part of the text, thus:

\addTextSpannerText \lyricmode {
\markup \upright \bold "accelerando molto" -- 
\markup \upright \bold al -- 
\markup \upright \bold "Vivace (2 = 138)" }

I can't help feeling that there must be a way of formatting lyrics
globally, but I haven't managed to find it in the manual yet.

The third problem is the minim for the tempo marking at the end.  I
can't use \note #"2", because that will be treated as a separate markup
and be spaced away from "Vivace(" and "= 138)".

Is there a way of achieving what I want?

David



On Mon, 2015-10-26 at 21:31 +0100, Pierre Perol-Schneider wrote:
> Hi David,
> 
> 
> See :
> http://lilypond.1069038.n5.nabble.com/Text-centralized-above-a-TextSpan-td180601.html
> 
> 
> Cheers,
> 
> Pierre
> 
> 2015-10-26 21:19 GMT+01:00 David Sumbler :
> I want to use a marking such as "accel.-alVivace".
> 
> However, the following example does not do what I want,
> because the text
> is repeated at the start of each new line of music.  I just
> want the
> dotted line to continue without repetition of the text.
> 
> \version "2.19.24"
> 
> \relative {
>   \override TextSpanner.bound-details.left.text =
> "accelerando"
>   c''4\startTextSpan c c c | c c c c | c c c c \break |
>   c4 c c c\stopTextSpan |
>   \override TextSpanner.bound-details.left.text = "al"
>   c\startTextSpan c c c\stopTextSpan |
>   \tempo "Vivace" c c c c|
> }
> 
> I tried using break-visibility, but as I expected this
> property does not
> have any with these objects.
> 
> How can this be achieved?
> 
> Also, it would be nice if the dotted line could be made to
> continue
> right up to the next piece of text, rather than leaving a gap.
> 
> David
> 
> 
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Valse des Sylphes - Charles GOUNOD

2015-11-03 Thread David Kastrup
Alberto Simões  writes:

> Hello
>
> On 03/11/15 16:05, Brian Barker wrote:
>> Easy. In the case of bar 110, you have:
>> 2 ~ | q4
>> Replace this with:
>> 2 ~ | 4
>> - and similarly.
>
> Ah, good point :-)
>
> Me being lazy.
>
> Will fix it :)

Which explains the difference to development versions.

commit bbaf95bbad502905c487290b4b6d9bf7856f
Author: David Kastrup 
Date:   Mon Dec 1 18:17:41 2014 +0100

Issue 4010: Chord repeats should not repeat forced/cautionary accidentals

was committed to version 2.19.16.

-- 
David Kastrup

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Text-spanner text repeated at start of line

2015-11-03 Thread David Nalesnik
Hi David,

On Tue, Nov 3, 2015 at 11:22 AM, David Sumbler  wrote:

> I have now got around to trying to use
> text-spanner-inner-text-lyric-mode.ly, as suggested by Pierre.
>
> The basic concept is great, but I am having a few difficulties (some of
> which may be to do with the fact that I have never used \lyricmode
> before).
>
> It has been suggested that a Tempo spanner might be useful eventually.
> That would certainly have helped me, because I want "accelerando
> moltoalVivace (텞=138)" to appear in each of the four parts of
> the string quartet, but only once in the score.  I have got around this
> problem for now by using tags named "forScore" and forPart".
>
> My second problem is that I want upright, bold text - the style that is
> usually used for tempo markings.  Unfortunately, I have not found a way
> of doing this, other than using \markup \upright \bold for each distinct
> part of the text, thus:
>
> \addTextSpannerText \lyricmode {
> \markup \upright \bold "accelerando molto" --
> \markup \upright \bold al --
> \markup \upright \bold "Vivace (2 = 138)" }
>
> I can't help feeling that there must be a way of formatting lyrics
> globally, but I haven't managed to find it in the manual yet.
>

In this case you'd need to address the TextSpanner grob.  Check the
properties here:
http://lilypond.org/doc/v2.19/Documentation/internals/textspanner
Listed is a 'font-shape property, set by default to 'italic.  So all you'd
need to do is:
\override TextSpanner.font-shape = #'upright

TextSpanner supports the font-interface which has the property 'font-series
and you could set that to bold:
\override TextSpanner.font-series = #'bold
(See
http://lilypond.org/doc/v2.19/Documentation/internals/font_002dinterface)


> The third problem is the minim for the tempo marking at the end.  I
> can't use \note #"2", because that will be treated as a separate markup
> and be spaced away from "Vivace(" and "= 138)".
>
> Is there a way of achieving what I want?
>

Sure.  You'd just need to use \concat or some such.  There may be a special
"format a markup like a tempo" function somewhere that you could use, but
my memory fails me.

Hope this helps,
DN
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Text-spanner text repeated at start of line

2015-11-03 Thread David Kastrup
David Sumbler  writes:

> I have now got around to trying to use
> text-spanner-inner-text-lyric-mode.ly, as suggested by Pierre.
>
> The basic concept is great, but I am having a few difficulties (some of
> which may be to do with the fact that I have never used \lyricmode
> before).
>
> It has been suggested that a Tempo spanner might be useful eventually.
> That would certainly have helped me, because I want "accelerando
> moltoalVivace (텞=138)" to appear in each of the four parts of
> the string quartet, but only once in the score.  I have got around this
> problem for now by using tags named "forScore" and forPart".
>
> My second problem is that I want upright, bold text - the style that is
> usually used for tempo markings.  Unfortunately, I have not found a way
> of doing this, other than using \markup \upright \bold for each distinct
> part of the text, thus:
>
> \addTextSpannerText \lyricmode {
>   \markup \upright \bold "accelerando molto" -- 
>   \markup \upright \bold al -- 
>   \markup \upright \bold "Vivace (2 = 138)" }
>
> I can't help feeling that there must be a way of formatting lyrics
> globally, but I haven't managed to find it in the manual yet.

You could try

\addTextSpannerText \markupMap LyricEvent.text
\markup \upright \bold \etc
\lyricmode { "accelerando molto --
 al --
 "Vivace (2 = 138)" }

This is not particularly fabulous I'll readily admit and requires a
suitably current version.  But you could put the bulk in a macro

\addTempoText =
\addTextSpannerText \markupMap LyricEvent.text
  \markup \upright \bold \etc \etc

Uh, maybe?

> The third problem is the minim for the tempo marking at the end.  I
> can't use \note #"2", because that will be treated as a separate markup
> and be spaced away from "Vivace(" and "= 138)".

\concat { "Vivace (" \note #"2" " = 138)" }

-- 
David Kastrup

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Cadenza...

2015-11-03 Thread Alberto Simões

Hello

First, sorry if the name is not the correct one. For me the lilypond 
website is down for two days, making it hard to look the glossary :-)


What is the correct/best/modern way to obtain something like the excerpt 
in attach? Making the measure have a different duration is easy... my 
main question is the notes size.


Is tweaking the notes size the correct way to do it?

Thank you
Alberto
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Website down?

2015-11-03 Thread David Kastrup
Simon Albrecht  writes:

> On 03.11.2015 21:56, Edward Ardzinski wrote:
>> I haven't been able to reach http://www.lilypond.org in a few days...
>
> I’m happy to be largely independent of the website (having installed
> the docs locally), since downtime is quite unfortunately frequent…

It's worth pointing out that installing the info docs with images
(running "make info" which is really expensive before running "sudo make
install") is an excellent resource when you are using Emacs as your Info
reader.  I don't know any other Info reader supporting images
gracefully, though.  The standalone Info reader should still be useful
for finding stuff fast with the search and index lookup commands.

-- 
David Kastrup

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Text-spanner text repeated at start of line

2015-11-03 Thread David Kastrup
Simon Albrecht  writes:

> On 03.11.2015 18:50, David Kastrup wrote:
>> you could put the bulk in a macro
>>
>> \addTempoText =
>> \addTextSpannerText \markupMap LyricEvent.text
>>\markup \upright \bold \etc \etc
>
> Astounding I call that.

\markupMap is not really a pretty command.  Maybe it should rather
accept a music type rather than a music name?  That would turn this into

\markupMap lyric-event.text ...

which might be somewhat more flexible.

-- 
David Kastrup

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Website down?

2015-11-03 Thread Alberto Simões



On 03/11/15 21:16, Federico Bruni wrote:

Il giorno mar 3 nov 2015 alle 21:56, Edward Ardzinski
 ha scritto:

I haven't been able to reach http://www.lilypond.org in a few days...


it's working fine now


still having trouble here. :(

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Valse des Sylphes - Charles GOUNOD

2015-11-03 Thread Simon Albrecht

On 03.11.2015 16:43, Alberto Simões wrote:



On 03/11/15 14:04, Alberto Simões wrote:

I did not like them too, but no clue how to remove them.

GNU LilyPond 2.18.2 here, but I can try to update (even on El Capitan!)


Oh, damn.
2.18.2 is the latest stable :-/


The ‘unstable’ versions also use to be very reliable, and there’s a huge 
number of new features/bugfixes (such as this) to gain by upgrading.


Yours, Simon

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Cadenza...

2015-11-03 Thread Simon Albrecht

On 03.11.2015 22:57, Malte Meyn wrote:



Am 03.11.2015 um 22:33 schrieb Alberto Simões:

Making the measure have a different duration is easy...


Do you know the commands \cadenzaOn and \cadenzaOff? You don’t have to 
modify measure lengths if you use them ;)



my
main question is the notes size.



You can set the font size
\set fontSize = -2 % 2 1 0 -1 -2 -3, other values possible
or use shortcuts that do the same thing.
\tiny % \huge \large \normalsize \small \tiny \teeny

In LilyPond versions above 2.19.something there is the more advanced 
command \magnifyMusic that scales also stem lengths, beam thicknesses 
and some other things.

\magnifyMusic #(magstep -2) { here comes the music }
% magstep -2 is the same factor as fontSize = -2, i. e. 2^(-2/6)


And then you can do
%
\version "2.19.25"
cadenza =
#(define-music-function (mus) (ly:music?)
  #{ \cadenzaOn \magnifyMusic #(magstep -2) $mus \cadenzaOff #})
%
or similar.

HTH, Simon

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Website down?

2015-11-03 Thread Federico Bruni
Il giorno mar 3 nov 2015 alle 22:31, Alberto Simões 
 ha scritto:



On 03/11/15 21:16, Federico Bruni wrote:

Il giorno mar 3 nov 2015 alle 21:56, Edward Ardzinski
 ha scritto:
I haven't been able to reach http://www.lilypond.org in a few 
days...


it's working fine now


still having trouble here. :(


Same here, actually.

I was able to go to the download page (thanks to the cache, I guess) 
and download the latest version (hosted on a different server).





___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Cadenza...

2015-11-03 Thread Malte Meyn



Am 03.11.2015 um 22:33 schrieb Alberto Simões:

Making the measure have a different duration is easy...


Do you know the commands \cadenzaOn and \cadenzaOff? You don’t have to 
modify measure lengths if you use them ;)



my
main question is the notes size.



You can set the font size
\set fontSize = -2 % 2 1 0 -1 -2 -3, other values possible
or use shortcuts that do the same thing.
\tiny % \huge \large \normalsize \small \tiny \teeny

In LilyPond versions above 2.19.something there is the more advanced 
command \magnifyMusic that scales also stem lengths, beam thicknesses 
and some other things.

\magnifyMusic #(magstep -2) { here comes the music }
% magstep -2 is the same factor as fontSize = -2, i. e. 2^(-2/6)

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Valse des Sylphes - Charles GOUNOD

2015-11-03 Thread David Kastrup
Simon Albrecht  writes:

> On 03.11.2015 16:43, Alberto Simões wrote:
>>
>>
>> On 03/11/15 14:04, Alberto Simões wrote:
>>> I did not like them too, but no clue how to remove them.
>>>
>>> GNU LilyPond 2.18.2 here, but I can try to update (even on El Capitan!)
>>
>> Oh, damn.
>> 2.18.2 is the latest stable :-/
>
> The ‘unstable’ versions also use to be very reliable, and there’s a
> huge number of new features/bugfixes (such as this) to gain by
> upgrading.

Well, 2.19.29 and 2.19.30 had some rather ugly problems.  It's rare but
it happens.

-- 
David Kastrup

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Website down?

2015-11-03 Thread Simon Albrecht

On 03.11.2015 21:56, Edward Ardzinski wrote:

I haven't been able to reach http://www.lilypond.org in a few days...


I’m happy to be largely independent of the website (having installed the 
docs locally), since downtime is quite unfortunately frequent…


Yours, Simon

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Text-spanner text repeated at start of line

2015-11-03 Thread Simon Albrecht

On 03.11.2015 18:50, David Kastrup wrote:

you could put the bulk in a macro

\addTempoText =
\addTextSpannerText \markupMap LyricEvent.text
   \markup \upright \bold \etc \etc


Astounding I call that.
Kudos, Simon

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Website down?

2015-11-03 Thread Edward Ardzinski
I haven't been able to reach http://www.lilypond.org in a few days...



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Website-down-tp183100p183116.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Sibelius 7 to LilyPond Conversion!

2015-11-03 Thread T. Michael Sommers

On 10/29/2015 5:28 AM, Richard Shann wrote:


This
script looks for pairs of same pitch notes connected by a slur and
changes them into two tied notes. That one is actually so common (people
make the mistake when entering music in Denemo too) that it is available
in Denemo as a command.


How do you visually tell the difference between a slur and a tie in this 
case?


--
T.M. Sommers -- tmsomme...@gmail.com -- ab2sb

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Sibelius 7 to LilyPond Conversion!

2015-11-03 Thread David Wright
On Tue 03 Nov 2015 at 15:22:58 (-0500), T. Michael Sommers wrote:
> On 10/29/2015 5:28 AM, Richard Shann wrote:
> >
> >This
> >script looks for pairs of same pitch notes connected by a slur and
> >changes them into two tied notes. That one is actually so common (people
> >make the mistake when entering music in Denemo too) that it is available
> >in Denemo as a command.
> 
> How do you visually tell the difference between a slur and a tie in
> this case?

Along the X-axis, a tie doesn't overlap the noteheads, whereas a slur
does (by at least half the notehead's width). A tie is less curved too.

(If that's your question.)

Cheers,
David.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Website down?

2015-11-03 Thread Federico Bruni
Il giorno mar 3 nov 2015 alle 21:56, Edward Ardzinski 
 ha scritto:

I haven't been able to reach http://www.lilypond.org in a few days...


it's working fine now


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Website down?

2015-11-03 Thread Simon Albrecht

On 03.11.2015 23:54, David Kastrup wrote:

Simon Albrecht  writes:


On 03.11.2015 21:56, Edward Ardzinski wrote:

I haven't been able to reach http://www.lilypond.org in a few days...

I’m happy to be largely independent of the website (having installed
the docs locally), since downtime is quite unfortunately frequent…

It's worth pointing out that installing the info docs with images
(running "make info" which is really expensive before running "sudo make
install") is an excellent resource when you are using Emacs as your Info
reader.  I don't know any other Info reader supporting images
gracefully, though.  The standalone Info reader should still be useful
for finding stuff fast with the search and index lookup commands.



I read it in HTML, installing from (or rather through) the .sh binary… 
no need to use make and emacs :-)


Yours, Simon

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Website down?

2015-11-03 Thread David Kastrup
Simon Albrecht  writes:

> On 03.11.2015 23:54, David Kastrup wrote:
>> Simon Albrecht  writes:
>>
>>> On 03.11.2015 21:56, Edward Ardzinski wrote:
 I haven't been able to reach http://www.lilypond.org in a few days...
>>> I’m happy to be largely independent of the website (having installed
>>> the docs locally), since downtime is quite unfortunately frequent…
>> It's worth pointing out that installing the info docs with images
>> (running "make info" which is really expensive before running "sudo make
>> install") is an excellent resource when you are using Emacs as your Info
>> reader.  I don't know any other Info reader supporting images
>> gracefully, though.  The standalone Info reader should still be useful
>> for finding stuff fast with the search and index lookup commands.
>>
>
> I read it in HTML, installing from (or rather through) the .sh binary…
> no need to use make and emacs :-)

HTML is quite clumsier for navigation and indexing.  I tend to find
information in Emacs' info reader (mainly using the index, sometimes
using plain text search), then I cut and paste a recognizable sentence
into a web search engine in order find the online variant in order to
refer people to it.

-- 
David Kastrup

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Website down?

2015-11-03 Thread Devin
Hi All,

It is a real bummer that the website was down today, because I was
trying to show my guitar student the software. He has a Mac and I am
unfamiliar with how to install Lilypond onto a Mac from Github.

Hope that it gets up and running soon!

Please let me know when it is up so that I may show my student Lilypond.

Thanks,
Devin
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Cadenza...

2015-11-03 Thread H. S. Teoh
On Tue, Nov 03, 2015 at 09:33:57PM +, Alberto Simões wrote:
> Hello
> 
> First, sorry if the name is not the correct one. For me the lilypond
> website is down for two days, making it hard to look the glossary :-)
> 
> What is the correct/best/modern way to obtain something like the
> excerpt in attach? Making the measure have a different duration is
> easy... my main question is the notes size.
> 
> Is tweaking the notes size the correct way to do it?
[...]

Here's one way of doing it, that I used recently:

% Put cadenza notes outside normal notes so that it's easier to
% obtain its actual length automatically.
myCadenza = {
% Copied from general-grace-seetings in music-functions.scm
\override Stem.font-size = #-3
\override Stem.length-fraction = #0.8
\override Flag.font-size = #-3
\override NoteHead.font-size = #-3
\override Beam.beam-thickness = 0.384
\override Beam.length-fraction = 0.8

... % put your cadenza notes here

\revert Beam.length-fraction
\revert Beam.beam-thickness
\revert NoteHead.font-size
\revert Flag.font-size
\revert Stem.length-fraction
\revert Stem.font-size
}

\score {
\new PianoStaff {
\new Staff {
\clef treble
... % normal notes here

\cadenzaOn \myCadenza \cadenzaOff

... % normal notes after cadenza
}
\new Staff {
\clef bass
... % normal notes here

% Insert empty space of the same length
% as the cadenza so that things will
% line up.
#(skip-of-length myCadenza)

... % normal notes after cadenza
}
}
}

Hope this helps.


T

-- 
Time flies like an arrow. Fruit flies like a banana.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Valse des Sylphes - Charles GOUNOD

2015-11-03 Thread Brian Barker

At 14:04 03/11/2015 +, Alberto Simões wrote:

At 09:59 03/11/2015 +, Brian Barker wrote:

I'm puzzled by repeated reminder accidentals on tied notes in:
Bar 110: Natural sign before the tied C in the lower staff
[...]


I did not like them too, but no clue how to remove them.


Easy. In the case of bar 110, you have:
2 ~ | q4
Replace this with:
2 ~ | 4
- and similarly.


GNU LilyPond 2.18.2 here, but I can try to update (even on El Capitan!)


No need, with this workaround.

Brian Barker  



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Valse des Sylphes - Charles GOUNOD

2015-11-03 Thread Alberto Simões

Hello

On 03/11/15 16:05, Brian Barker wrote:

Easy. In the case of bar 110, you have:
2 ~ | q4
Replace this with:
2 ~ | 4
- and similarly.


Ah, good point :-)

Me being lazy.

Will fix it :)

Thanks
Alberto

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Valse des Sylphes - Charles GOUNOD

2015-11-03 Thread Alberto Simões



On 03/11/15 11:20, Michael Gerdau wrote:

I'm puzzled by repeated reminder accidentals on tied notes in:
Bar 110: Natural sign before the tied C in the lower staff
Bar 112: Sharp sign before the tied F-sharp in the upper staff
Bar 120: Sharp sign before the tied F-sharp in the upper staff
Bar 122: Sharp sign before the tied F-sharp in the upper staff
Bar 124: Natural sign before the tied C in the lower staff


Interstingly enough these do not appear when I create the PDF on my
local LP 2.19.30. In fact, the PDF I create myself clearly differs from
the one found on github.

When I compare my self created PDF it seems very much in agreement
with the original though I have not done this check against the newest
version (only done that with the previous one).


All fixed \o/

Thank you!

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Valse des Sylphes - Charles GOUNOD

2015-11-03 Thread Brian Barker

At 12:20 03/11/2015 +0100, Michael Gerdau wrote:
Interestingly enough these do not appear when I create the PDF on my 
local LP 2.19.30.


Yes: that *is* interesting! (Like the transcriber, I was using 2.18.2.)

Brian Barker  



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Valse des Sylphes - Charles GOUNOD

2015-11-03 Thread Alberto Simões



On 03/11/15 11:20, Michael Gerdau wrote:

I'm puzzled by repeated reminder accidentals on tied notes in:
Bar 110: Natural sign before the tied C in the lower staff
Bar 112: Sharp sign before the tied F-sharp in the upper staff
Bar 120: Sharp sign before the tied F-sharp in the upper staff
Bar 122: Sharp sign before the tied F-sharp in the upper staff
Bar 124: Natural sign before the tied C in the lower staff


Interstingly enough these do not appear when I create the PDF on my
local LP 2.19.30. In fact, the PDF I create myself clearly differs from
the one found on github.


I did not like them too, but no clue how to remove them.

GNU LilyPond 2.18.2 here, but I can try to update (even on El Capitan!)

Best,
Alberto

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Valse des Sylphes - Charles GOUNOD

2015-11-03 Thread Michael Gerdau
> I'm puzzled by repeated reminder accidentals on tied notes in:
> Bar 110: Natural sign before the tied C in the lower staff
> Bar 112: Sharp sign before the tied F-sharp in the upper staff
> Bar 120: Sharp sign before the tied F-sharp in the upper staff
> Bar 122: Sharp sign before the tied F-sharp in the upper staff
> Bar 124: Natural sign before the tied C in the lower staff

Interstingly enough these do not appear when I create the PDF on my
local LP 2.19.30. In fact, the PDF I create myself clearly differs from
the one found on github.

When I compare my self created PDF it seems very much in agreement
with the original though I have not done this check against the newest
version (only done that with the previous one).

Kind regards,
Michael
-- 
 Michael Gerdau   email: m...@qata.de
 GPG-keys available on request or at public keyserver

signature.asc
Description: This is a digitally signed message part.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user