Re: Absolute size for \epsfile, i.e. independent of global-staff-size

2014-04-28 Thread Marc Hohl
Am 28.04.2014 00:08, schrieb Rutger Hofman: Good evening list, I want to include a title page w/ an \epsfile image in a number of files (score, parts), where the point size for the files may differ: score has smaller font than parts, basically. Now I want to write one include file that makes

Re: easyHeadsOn with numbers or solfege coded in {...}\\{..} construct

2014-04-28 Thread Pierre Perol-Schneider
2014-04-28 4:32 GMT+02:00 MING TSANG tsan...@rogers.com: Hi, Pierre: Hi Emmanuel, I remove the \EzNum from Female staff; I am expecting to see normal staff display, but it give me the easyNoteheadsOn . I want female Staff display normal staff and male staff display as selfege noteheads.

Re: frescobaldi vs. org-babel-lilypond

2014-04-28 Thread James Harkins
Steven Arntson steven at stevenarntson.com writes: I may be getting in over my head with this question. I'm a new user of Lilypond, transitioning away from Musescore. I've been using Frescobaldi a bit, and am impressed with it so far. However, I see there's an Emacs mode available through

Re: Reducing the second VoltaBracketSpanner length.

2014-04-28 Thread Thomas Morley
2014-04-27 20:48 GMT+02:00 Richard Shann rich...@rshann.plus.com: On Sun, 2014-04-27 at 19:31 +0200, Thomas Morley wrote: It is a simple typo in bar-line.scm replace: (define-bar-line :|] :|] #f |) with (define-bar-line :|] :|] #f | ) and all should work. Note the added space! For now

Tuplet bracket / articulation collision

2014-04-28 Thread David Stephen Grant
Hello list, Please see code snippet: In the second system the slur seems to be pushing the tuplet bracket down, causing it to collide with the wedge. I'm looking for a way to nudge the articulation slightly to the left, but can't work out how to do this. Help or other suggestions much appreciated!

Re: easyHeadsOn with numbers or solfege coded in {...}\\{..} construct

2014-04-28 Thread Pierre Perol-Schneider
2014-04-28 14:08 GMT+02:00 MING TSANG tsan...@rogers.com: I applied your change to my full score and I notice that the staff size for female-staff male-staff are the same. I am expecting the male-staff size is larger for better reading. Hi, Please try the enclosed file, ~Pierre \version

Re: Tuplet bracket / articulation collision

2014-04-28 Thread Pierre Perol-Schneider
2014-04-28 16:14 GMT+02:00 David Stephen Grant da...@davidgrant.no: Hello list, Hello David, I'm looking for a way to nudge the articulation slightly to the left, but can't work out how to do this. Try : %% \relative c { \clef bass r8. c=16( \tuplet 3/2 {

Re: easyHeadsOn with numbers or solfege coded in {...}\\{..} construct

2014-04-28 Thread MING TSANG
Hi, Pierre: On Monday, April 28, 2014 10:40:40 AM, Pierre Perol-Schneider pierre.schneider.pa...@gmail.com wrote: 2014-04-28 14:08 GMT+02:00 MING TSANG tsan...@rogers.com:   I applied your change to my full score and I notice that the staff size for female-staff male-staff are the same.  I

Re: frescobaldi vs. org-babel-lilypond

2014-04-28 Thread Steven Arntson
James Harkins jamshar...@gmail.com writes: Steven Arntson steven at stevenarntson.com writes: I may be getting in over my head with this question. I'm a new user of Lilypond, transitioning away from Musescore. I've been using Frescobaldi a bit, and am impressed with it so far. However, I

Re: Pull in external LilyPond files into a score of movements

2014-04-28 Thread Paul Morris
Hi Jan-Peter, Jan-Peter Voigt wrote to use a file for including definitions and also to compile it stand-alone, I use a command to conditionally create the score. It is integrated in a system to execute templates: https://github.com/openlilylib/snippets/tree/master/templates/lalily

spanner angle

2014-04-28 Thread Kate Sekula
Is there a way to make a spanner angle upwards/downwards? I am trying to create a textspanner line which starts at (0 . 0) and ends somewhere around (0 . 2). Here's a minimal example: \once \override TextSpanner.style = #'line % \once \override TextSpanner...something about bound

Re: Pull in external LilyPond files into a score of movements

2014-04-28 Thread David Kastrup
Paul Morris p...@paulwmorris.com writes: Hi Jan-Peter, Jan-Peter Voigt wrote to use a file for including definitions and also to compile it stand-alone, I use a command to conditionally create the score. It is integrated in a system to execute templates:

Re: spanner angle

2014-04-28 Thread Pierre Perol-Schneider
2014-04-28 18:56 GMT+02:00 Kate Sekula ksek...@usao.edu: % \once \override TextSpanner...something about bound details on right? \override TextSpanner.rotation = #'(10 -1 0) % or whatever should do the job. see also :

Re: spanner angle

2014-04-28 Thread Kate Sekula
Worked like a charm! Thank you! ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Pull in external LilyPond files into a score of movements

2014-04-28 Thread Paul Morris
Hi David, David Kastrup wrote Your doScore function seems to be a workaround for the limitation that music functions can't return a score. That's not a limitation. A music function returning a score makes as little sense as an integer function returning a complex number. If you want to

Re: Pull in external LilyPond files into a score of movements

2014-04-28 Thread David Kastrup
Paul Morris p...@paulwmorris.com writes: Hi David, David Kastrup wrote Your doScore function seems to be a workaround for the limitation that music functions can't return a score. That's not a limitation. A music function returning a score makes as little sense as an integer function

Yet another voice and ties problem

2014-04-28 Thread Knute Snortum
I have another problem with voices and ties. basically, I have octaves moving and an inner voice staying still. I'd like the upper notes of the octaves to be tieUp and the lower notes to be tieDown. But I can find no way to act on the lower and upper note independently of each other and still

Re: Yet another voice and ties problem

2014-04-28 Thread David Kastrup
Knute Snortum ksnor...@gmail.com writes: I have another problem with voices and ties. basically, I have octaves moving and an inner voice staying still. I'd like the upper notes of the octaves to be tieUp and the lower notes to be tieDown. But I can find no way to act on the lower and

Re: Yet another voice and ties problem

2014-04-28 Thread David Kastrup
David Kastrup d...@gnu.org writes: Knute Snortum ksnor...@gmail.com writes: I have another problem with voices and ties. basically, I have octaves moving and an inner voice staying still. I'd like the upper notes of the octaves to be tieUp and the lower notes to be tieDown. But I can find

Re: Pull in external LilyPond files into a score of movements

2014-04-28 Thread Paul Morris
David Kastrup wrote doScore = #(define-void-function (parser location cond? mus)(procedure? ly:music?) ; if condition is met, parser shall create score (if (cond? parser location) (begin (ly:parser-define! parser 'doScoreMusic mus) (ly:parser-include-string

PDF portfolio of 2.19.5 docs

2014-04-28 Thread Nick Payne
Is available at https://www.dropbox.com/s/txf8ad4600ky7fd/lilydoc-2.19.5.pdf. Needs to be opened in Adobe Reader 9.x or later to correctly function as a portfolio. ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Yet another voice and ties problem

2014-04-28 Thread Nick Payne
On 29/04/14 04:48, Knute Snortum wrote: I have another problem with voices and ties. basically, I have octaves moving and an inner voice staying still. I'd like the upper notes of the octaves to be tieUp and the lower notes to be tieDown. But I can find no way to act on the lower and upper

How to access objects/content from another lilypond file: microtone symbol for raised flat

2014-04-28 Thread Kate Sekula
I am trying to use microtone notation and need the symbol for a raised flat. I have the lilypond document from the following page saved as microtone.ly in the same folder as my main document. http://x31eq.com/lilypond/regular.ly Is there a way to access the object for a raised flat (esih)

Re: How to access objects/content from another lilypond file: microtone symbol for raised flat

2014-04-28 Thread Urs Liska
Am 29.04.2014 00:02, schrieb Kate Sekula: I am trying to use microtone notation and need the symbol for a raised flat. I have the lilypond document from the following page saved as microtone.ly in the same folder as my main document. http://x31eq.com/lilypond/regular.ly Is there a way to

Diatonic transposition within a key

2014-04-28 Thread Tim McNamara
I’ve been hunting around (without success) for a method to transpose a melody up or down an interval diatonically. It’s easy to transpose into a new key to deal with transposing instruments, but I want to shift a melody up a third within the original key to create a harmony line. Does

Re: Diatonic transposition within a key

2014-04-28 Thread David Kastrup
Tim McNamara tim...@bitstream.net writes: I’ve been hunting around (without success) for a method to transpose a melody up or down an interval diatonically. It’s easy to transpose into a new key to deal with transposing instruments, but I want to shift a melody up a third within the original

Re: Diatonic transposition within a key

2014-04-28 Thread Tim McNamara
On Apr 28, 2014, at 6:38 PM, David Kastrup d...@gnu.org wrote: Tim McNamara tim...@bitstream.net writes: I’ve been hunting around (without success) for a method to transpose a melody up or down an interval diatonically. It’s easy to transpose into a new key to deal with transposing

Re: Diatonic transposition within a key

2014-04-28 Thread David Kastrup
Tim McNamara tim...@bitstream.net writes: Can I put \modalTranspose inside the existing \transpose? Or should it go outside? Or will the two hopelessly disagree? My head hurts trying to figure this sort of thing out... When in doubt, try it out. It would seem most likely to me that you

Re: Diatonic transposition within a key

2014-04-28 Thread Tim McNamara
On Apr 28, 2014, at 7:26 PM, David Kastrup d...@gnu.org wrote: Tim McNamara tim...@bitstream.net writes: Can I put \modalTranspose inside the existing \transpose? Or should it go outside? Or will the two hopelessly disagree? My head hurts trying to figure this sort of thing out...