Re: staff to end of socre

2011-12-15 Thread Damian leGassick

On 15 Dec 2011, at 00:10, Xavier Scheuer wrote:

> On 15 December 2011 01:00, Damian leGassick  wrote:
>> 
>> Thanks Xavier, this works perfectly (although couldn't get it to work
>> in 2.14 for some reason...)
> 
> The 2.14 syntax is
> 
>  #(ly:export (skip-of-length longestVoiceVariableName)
> 
> I'm using latest development version and this time I did not check
> carefully for 2.14.
> 
> Cheers,
> Xavier
> 
> -- 
> Xavier Scheuer 

Out of interest - how did you know about the skip-of-length function?

I was able to find it in music-functions.scm but wouldn't know to look there - 
I can't see it in the docs

thanks

Damian

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


Re: staff to end of socre

2011-12-15 Thread Xavier Scheuer
On 15 December 2011 11:00, Damian leGassick  wrote:
>
> Out of interest - how did you know about the skip-of-length function?
>
> I was able to find it in music-functions.scm but wouldn't know to
> look there - I can't see it in the docs

It's in NR 1.2.6 Special rhythmic concerns > Aligning to cadenzas
http://lilypond.org/doc/v2.15/Documentation/notation/special-rhythmic-concerns.html#aligning-to-cadenzas

Cheers,
Xavier

-- 
Xavier Scheuer 

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


Re: Fingering Change on a chord note. Thumb in a fingering change.

2011-12-15 Thread Nils
This is perfect!
-\tweak #'text #(markup "3 - 4")-0

It is exactly what I've searched for: A drop in replacement for a simple 
fingering.

Nils


On Wed, 14 Dec 2011 14:21:23 +0100
Thomas Morley  wrote:

> Hi Nils,
> 
> 2011/12/14 Nils :
> > Hello,
> >
> > I want to have a fingering change on a chord note. And I mean a real
> > chordnote, not a second voice.
> > 
> >
> > The manual gives only the markup method which does, AFAIK, not work on
> > chord members.
> >
> > However complex, I don't care. I am only concerned about the end result.
> >
> >
> > Related:
> > How can I integrate the \thumb into a fingering change?
> >
> > Nils
> 
> how about:
> 
> \version "2.14.2"
> 
> \relative c' {
>   \set fingeringOrientations = #'(left)
> 
> (#:raise 0.5
>#:fontsize 3
>#:musicglyph "scripts.thumb" " - 4"))-0
>   g'
>   e'-\tweak #'text #(markup "3 - 4")-0
>   >
> }
> 
> This tweaks the fingering. Depending on the used version it might be
> possible to create a more elaborated snippet/definition/function. But
> you didn't post your version, so, this is only the idea.
> You should post the version!
> 
> HTH,
>   Harm
> 

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


Search fir notes

2011-12-15 Thread Helge Kruse
Hello,

I already ask for the notes of a piece. I hope it is not too annoying asking 
once again. I promise I will stop with that off-topic questions.

I would like to look into the score or harp part of Antonio Vivaldi's "Concerto 
en Ré Majeur RV 93" (http://www.youtube.com/watch?v=gaoWA7iroxA). I used Google 
and also tried to adopt Nick's query from my last search. Unfortunately I could 
not find it.

The piece is not available in the local library. Can you help me?

Please tell me, if such questions are inappropriate.


Regards,
Helge

-- 
NEU: FreePhone - 0ct/min Handyspartarif mit Geld-zurück-Garantie!   
Jetzt informieren: http://www.gmx.net/de/go/freephone

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


Re: Search fir notes

2011-12-15 Thread Phil Hézaine

Le 15/12/2011 17:17, Helge Kruse a écrit :

Hello,

I already ask for the notes of a piece. I hope it is not too annoying asking 
once again. I promise I will stop with that off-topic questions.

I would like to look into the score or harp part of Antonio Vivaldi's "Concerto en 
Ré Majeur RV 93" (http://www.youtube.com/watch?v=gaoWA7iroxA). I used Google and 
also tried to adopt Nick's query from my last search. Unfortunately I could not find it.

The piece is not available in the local library. Can you help me?

Please tell me, if such questions are inappropriate.


Regards,
Helge



Hi,

On imslp, for guitar or lute, nearly the harp part:

http://imslp.org/wiki/Lute_Concerto_in_D_major,_RV_93_%28Vivaldi,_Antonio%29

Phil.


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


Re: center NoteColumn

2011-12-15 Thread Thomas Morley
Hi David,

2011/12/11 David Nalesnik :
> Hi Harm,

>
> Thinking about the problem some more, I came up with a way to find the grobs
> to either side of the note column without creating and manipulating alists.
>  I take the filtered list of grobs you created with "read-out," then sort it
> directly by X-coordinate in ascending order; the bounding grobs are then
> adjacent in the list.
>
> I get the same results with your examples.  I didn't work out all the
> conditions so I'm sure it's easily breakable :)
>
> -David

creating and manipulating alists was the initial idea, when I started
to work on this problem. So Im full of sadness and deepest melancholy
saying "Good bye" to it. :D

But why you think it's easily breakable? (I don't had the time to test
very widely. Hope that will be better after christmas.)

BTW, you marked some lines with "NB". What does this means? I don't
know the abbreviation.


Again, many thanks!
  Harm

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


Re: center NoteColumn

2011-12-15 Thread Tim Roberts
Thomas Morley wrote:
> BTW, you marked some lines with "NB". What does this means? I don't
> know the abbreviation.

NB = "nota bene", Latin for "note well".  Basically, "remember this!"

-- 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.


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


Not interested in midi meaning of \repeat volta etc.

2011-12-15 Thread Frederick Dennis
Dear All,
In 2.14.2
is there any way of getting
\bar "|:"
to print out *after* the time signature?

Also, is there any way of printing the
first-time and second-time bars as
markup  or \mark instead of using \repeat volta
\alternative etc.?

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


Not interested in mid meaning of \repeat volta

2011-12-15 Thread Frederick Dennis
Dear All,
Since my previous mail, I've looked in the
documentation and come up with:

%%start snippet
\version "2.14.2"

\header {
title = "BLOW THE WIND SOUTHERLY"
composer = "Northumbrian folk-song"
}

soprano =
\relative c' {
\key a \major
\time 6/8
\bar "|:"
cis'8. b16 a8 e cis e
fis d fis e cis e
cis'8. b16 a8 e cis e
\set Score.repeatCommands = #'((volta #f) (volta "1.") )
fis b gis a4.
\bar ":|"
\set Score.repeatCommands = #'((volta #f) (volta "2.") )
fis8 b gis a4 cis8
\set Score.repeatCommands = #'((volta #f))
}

\score {
\soprano
}

\layout {}
%%%end snippet

which seems to do the trick with the error:
warning: cannot end volta spanner

However, is there a way of getting the first
repeat bar to print out *after* the key signature?

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


box around notes

2011-12-15 Thread David Nalesnik
Hi all,

I'm trying to write a function to add a box around notes.  I've come up
with the following, and I'm wondering if anyone has any ideas how to
improve it or perhaps a different approach.

Basically, the function creates a box as a TextSpanner.  The height of the
box is based on the highest and lowest stems.

I'd like to automate all aspects of the function, but I've had to add a
correction factor for height.  This compensates for my inability to
determine the Y-position of the spanner. I can determine Y-values "after
the fact," but all my attempts to determine them _within_ the function end
up "killing" parts of the box.  You can see this by uncommenting any of the
display lines in the function--you'll get values in the log . . . at the
price of losing the left and right "text" of the spanner--three sides of
the box.  (To add to the mystery for me, uncommenting single lines vs. more
than one yields different results.)

The example uses a small correction, but even bigger numbers are needed
when articulations are added.

Any suggestions?

Thanks,
David


boxNotes01.ly
Description: Binary data
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Search fir notes

2011-12-15 Thread Helge Kruse

> > I would like to look into the score or harp part of Antonio Vivaldi's
> "Concerto en Ré Majeur RV 93" (http://www.youtube.com/watch?v=gaoWA7iroxA).
> I used Google and also tried to adopt Nick's query from my last search.
> Unfortunately I could not find it.
> >

> On imslp, for guitar or lute, nearly the harp part:
> 
> http://imslp.org/wiki/Lute_Concerto_in_D_major,_RV_93_%28Vivaldi,_Antonio%29
> 
> Phil.

Thanks for this link. This shows the idea of the melody. Unfortunately the harp 
part differes especially in the bass hand. The guitar does not have so low 
notes as possible on the harp. Trills are note written. Somtimes the bass and 
melody lines clash together in this edition because the guitar is just a 
wonderful but different instrument.

Meanwhile I found a sample (http://dj1na.gmxhome.de/13468_Seite_1.jpg) but I am 
curious if this is available completely.

Merci,
Helge

-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de

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