Re: center NoteColumn

2011-12-08 Thread David Nalesnik
Hi Harm, On Thu, Dec 8, 2011 at 6:50 PM, Thomas Morley thomasmorle...@googlemail.com wrote: this is great !! And I was not a little but a big blockhead.;) Hah, no... I'm just a fresh pair of eyes :) Speaking of which, looking with fresh eyes at the file I just attached, I really should have

Re: Need a new articulation glyph...

2011-12-10 Thread David Nalesnik
Hi George, On Sat, Dec 10, 2011 at 11:56 AM, George_ georgexu...@gmail.com wrote: Only...I can't figure out how to make it move up or down. If someone could help me with this I'd really appreciate it. This adds another argument to the function which will move the markup up or down: \version

Re: center NoteColumn

2011-12-11 Thread David Nalesnik
Hi Harm, On Sat, Dec 10, 2011 at 3:42 PM, Thomas Morley thomasmorle...@googlemail.com wrote: Hi David, thanks for doing this! I did the next step to simplify the definition, with defining read-out. Yes, this condenses the function quite a bit. Thinking about the problem some more, I came

Re: staff to end of socre

2011-12-14 Thread David Nalesnik
Hi Damian, On Wed, Dec 14, 2011 at 12:25 PM, Damian leGassick damianlegass...@mac.comwrote: On 14 Dec 2011, at 18:22, Damian leGassick wrote: Hi all In this example the second staff is left hanging \new Staff {b b b b} \new Staff {b b} Can I force all staves to go to the

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

Re: box around notes

2011-12-16 Thread David Nalesnik
Hi Mike, Thank you so much for pointing me in the right direction! On Fri, Dec 16, 2011 at 2:06 AM, m...@apollinemike.com m...@apollinemike.com wrote: Hey David, Once articulations are in the game, I'd recommend creating a custom Scheme engraver that collects all the grobs you want,

problem with overriding nested properties

2011-12-19 Thread David Nalesnik
Hi all, Working with overrides of nested properties, I run into an interesting problem. Both overrides of 'color produce the same result, but the override of 'bound-details set to the lambda expression does nothing. I've noticed this with other attempted overrides of nested properties such as

Re: problem with overriding nested properties

2011-12-19 Thread David Nalesnik
Hi Mike, On Mon, Dec 19, 2011 at 4:20 PM, m...@apollinemike.com m...@apollinemike.com wrote: It's a limitation of override. You'd have to override bound-details with a function and then build the entire a-list. Unfortunately, nested-properties do not evaluate functions for overrides.

Re: \rN alignment

2011-12-21 Thread David Nalesnik
Hi Jerod, On Wed, Dec 21, 2011 at 11:56 AM, Jerod Sommerfeldt sommerfeldt.je...@gmail.com wrote: I'm using the \rN function for most of the work in my class (and I'm still grateful for everyone's help), however, I'm having some issues with horizontal alignment. The following score produces

Re: How to make slurs ignore stems?

2011-12-22 Thread David Nalesnik
Hi Jakub, 2011/12/22 Jakub Pavlík seve...@post.cz In regular modern scores it is logical that the ends of a slur attach to a notehead or to an end of a stem, depending on the direction of stems of the notes connected by the slur. I'm typesetting chant transcriptions and make stems

Re: How to make slurs ignore stems?

2011-12-22 Thread David Nalesnik
Hi again, 2011/12/22 David Nalesnik david.nales...@gmail.com There are probably better ways to go about this, but this seems to work: Here's another way: \relative c'' { \override Stem #'transparent = ##t \stemDown c( a g) } -David

Re: ambitus detective

2012-01-03 Thread David Nalesnik
Hi Stefan, 2012/1/3 Stefan Thomas kontrapunktste...@googlemail.com: But: is it possible to find very quickly that point in the score, where a desired Ambitus is exceeded? You could try http://lsr.dsi.unimi.it/LSR/Item?id=773 HTH, David ___

Re: Change color for some symbols in a sylable

2012-01-10 Thread David Nalesnik
Hi Svetlana, 2012/1/10 Светлана eurid...@yandex.ru Thank you, David, for this wonderful function. No mess in lyrics at all! But for my needs there should be a list of symbols, not just one (like coloring both a and e in your example). There is a list of about 20 symbols that should be

Re: Change color for some symbols in a sylable

2012-01-10 Thread David Nalesnik
Hi Svetlana, On Tue, Jan 10, 2012 at 1:08 PM, Светлана eurid...@yandex.ru wrote: Originaly, Znamenny chants were written only with znamya and text, no staff notes at all. Music is completely encrypted in znamya itself. But now we need notes, as only few people are familiar with the system

Re: Change color for some symbols in a sylable

2012-01-11 Thread David Nalesnik
Hi Svetlana, On Wed, Jan 11, 2012 at 11:04 AM, Christopher R. Maden cr...@maden.orgwrote: On 01/11/2012 03:54 AM, Светлана wrote: Yeah, this works like I wanted, but there is one problem. The problem is called UTF-8. All is fine if you have latin lyrics and symbols to color from ANSI

Re: Change color for some symbols in a sylable

2012-01-11 Thread David Nalesnik
One more thing... 2012/1/11 David Nalesnik david.nales...@gmail.com The variable all-characters stores every character which can appear in the lyric text. Don't forget the space ( ) ! David ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Change color for some symbols in a sylable

2012-01-13 Thread David Nalesnik
Hi Carl, 2012/1/11 Carl Sorensen c_soren...@byu.edu * * Guile has utf-8 string handlers: http://www.gnu.org/software/guile-gnome/docs/glib/html/Unicode-Manipulation.html I've tried a number of these functions and all appear to be unavailable within my .ly files. I find gLib 2.0

Re: Change color for some symbols in a sylable

2012-01-13 Thread David Nalesnik
Hi Svetlana, 2012/1/12 Светлана eurid...@yandex.ru This works perfectly! I've included all the symbols, that can be used by znamya font and also found some more symbols that should be colored (those that are not available directly from keyboard), so now we have an universal coloring script

Re: Scheme attempt gives 'unknown escape string' error - any hints appreciated

2012-01-14 Thread David Nalesnik
Hi Morten, On Sat, Jan 14, 2012 at 11:42 AM, Morten Jagd Christensen morte...@jcaps.com wrote: Hi all Im writing a small sceme function to be able to create examples of guitar fingerings for various scales. basically i create a music function fretsc to be called for example as \fretsc

Scheme attempt gives 'unknown escape string' error - any hints appreciated

2012-01-15 Thread David Nalesnik
Hi Morten, On Sun, Jan 15, 2012 at 5:27 AM, Morten Jagd Christensen morte...@jcaps.com wrote: here is a working lisp function (defun mylist (l1 l2 n1) (cond ((null l1) l2) ( t (mylist (cdr l1) (append l2 (list (append '(place-fret) (car l1) (list (1+

Re: Change color for some symbols in a sylable

2012-01-19 Thread David Nalesnik
Hi again Svetlana, I’ve revisited the functions for coloring symbols, and I've eliminated the need to provide a list of every character your text might include. This was liable to cause problems (omissions not showing up in the score, the problem with the non-breaking space you found, etc.) and

Re: Reduce width of single measure

2012-01-19 Thread David Nalesnik
Hi Frank, On Thu, Jan 19, 2012 at 3:48 PM, Thomas Morley thomasmorle...@googlemail.com wrote: Hi Frank, 2012/1/17 Frank Steinmetzger war...@gmx.de: Is there an automatic way to resolve this, i.e. that all ness syllables are properly aligned again? It appears the text will be aligned

Re: Reduce width of single measure

2012-01-19 Thread David Nalesnik
Hi Harm! On Thu, Jan 19, 2012 at 6:34 PM, Thomas Morley thomasmorle...@googlemail.com wrote: Hi David, 2012/1/19 David Nalesnik david.nales...@gmail.com: Hi Frank, On Thu, Jan 19, 2012 at 3:48 PM, Thomas Morley thomasmorle...@googlemail.com wrote: Hi Frank, 2012/1/17 Frank

Re: counting-numbers above bars called with \repeat unfold

2012-01-22 Thread David Nalesnik
Hi Harm, On Sat, Jan 21, 2012 at 6:03 PM, Thomas Morley thomasmorle...@googlemail.com wrote: I tried to print counting numbers above each bar called with the \repeat unfold command, including the option to print the numbers above the first note of the bar or to center them. So far it works.

Re: Lyircs melsima line ending in interpunctation

2012-01-23 Thread David Nalesnik
Hi Nils, On Mon, Jan 23, 2012 at 1:36 PM, Nils l...@nilsgey.de wrote: Hello, my publisher wants me to place interpunctation at the end of melisma underlines: A -- le -- lu -- ja __ _ _ _ _! instead of A -- le -- lu -- ja! __ _ _ _ _ Any known solutions? You can put punctuation at the

Re: printing bar line positions into a file

2012-01-26 Thread David Nalesnik
Hi Harm, One Problem: I couldn't get rid of the duplications in the log-file. You can cut down the duplications for this example if you override 'after-line-breaking of a grob that doesn't appear frequently, like StaffSymbol: barLineTest = \override Staff.StaffSymbol #'after-line-breaking =

Re: Minimal space between barline and next object

2012-01-27 Thread David Nalesnik
Hi Nils, 2012/1/27 Janek Warchoł janek.lilyp...@gmail.com Hi Nils, 2012/1/27 Nils l...@nilsgey.de: 1) Can I ask instruct Lilypond globally for minimal space after a barline? Not an overall, relative increas. I don't want notes with accidentals to move further away, they are perfect. You

Re: Minimal space between barline and next object

2012-01-27 Thread David Nalesnik
Hi again, 2012/1/27 David Nalesnik david.nales...@gmail.com I'm new to the Scheme engraver thing, but I've written one which appears to work, at least with my minimal example. Basically, it finds the first note-column in a measure and adds extra space to the preceding bar line

Re: counting-numbers above bars called with \repeat unfold

2012-01-28 Thread David Nalesnik
Hi Harm, On Mon, Jan 23, 2012 at 4:14 PM, Thomas Morley thomasmorle...@googlemail.com wrote: The other problem: In bar 5 and 6 of Example 2 you may notice, that the numbers are placed differently. Yes, so they are. I never would have noticed this! I want to keep the appended space in

Re: Harp lever changes

2012-01-29 Thread David Nalesnik
Hi Helge, On 29 January 2012 09:44, Helge Kruse helge.kruse-nos...@gmx.net wrote: Hello, I want to write a score for the lever harp. To indicate a pedal change you can write the new pedal position as note names as described in NR 2.2.4 Harp. While the pedal changes the pitch of all

Re: space between title and music

2012-02-05 Thread David Nalesnik
Hi Martin, On Sun, Feb 5, 2012 at 7:46 AM, Kieren MacMillan kieren_macmil...@sympatico.ca wrote: Hi Martin, I am trying to create more vertical space between the title+subtitle of a score and the first music system, but without changing the space between the composer/arranger and the

Re: Lyric under a barline?

2012-02-05 Thread David Nalesnik
Hello, On Sun, Feb 5, 2012 at 8:19 PM, mdspencer phatm...@gmail.com wrote: Is there any way to attach a lyric text to a barline? When I use markup on a barline, it seems to place the text above the lyric track and spacing is calculated separately from the barline. Is there some way to make

Re: Slashes in leadsheets

2012-02-10 Thread David Nalesnik
Hello, On Fri, Feb 10, 2012 at 7:25 AM, Carl Sorensen c_soren...@byu.edu wrote: On 2/10/12 3:14 AM, Francisco Vila paconet@gmail.com wrote: 2012/2/10 Marc Hohl m...@hohlart.de: Am 10.02.2012 09:52, schrieb Francisco Vila: Hello, Does anyone know a way of printing slashes instead

Re: Slashes in leadsheets

2012-02-11 Thread David Nalesnik
Hi Francisco, On Sat, Feb 11, 2012 at 4:54 PM, Francisco Vila paconet@gmail.comwrote: 2012/2/11 Robin Bannister r...@dataway.ch: what Francisco wanted [?] http://lists.gnu.org/archive/html/lilypond-es/2012-02/jpgGbKXsMUjKS.jpg Exactly, thanks. Latest example from Thomas Morley

Re: Vertically aligning fret diagrams

2012-02-13 Thread David Nalesnik
Hi Nick, On Mon, Feb 13, 2012 at 4:13 PM, Nick Payne nick.pa...@internode.on.netwrote: If I have a succession of fret diagrams above the chords on a stave, how do I align the fret diagrams vertically. Why not: \override TextScript #'padding = #1.5 HTH, David

Re: Change color for some symbols in a sylable

2012-02-14 Thread David Nalesnik
Hi Svetlana! On Sat, Jan 28, 2012 at 6:11 AM, Svetlana eurid...@yandex.ru wrote: Sorry for the late answer, too many things require my attention these days. Thank you for making the code better, I've tested it and it works as supposed. I've finally prepared the description for LSR. Also,

Re: counting-numbers above bars called with \repeat unfold

2012-02-15 Thread David Nalesnik
Hi Harm, On Wed, Feb 15, 2012 at 6:27 PM, Thomas Morley thomasmorle...@googlemail.com wrote: I finished my first own scheme.engraver. :) It' a very simple one, but it should give me a starting point. Congratulations! Many, many thanks for all your help!! You're welcome. I'm

Re: counting-numbers above bars called with \repeat unfold

2012-02-15 Thread David Nalesnik
Hi, again-- : but found that I was able to translate arpeggio.cc. Sorry, I meant arpeggio-engraver.cc -David ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Tongue Ram

2012-02-16 Thread David Nalesnik
Hi Tiresia, On Thu, Feb 16, 2012 at 11:38 AM, Tiresia GIUNO tires...@googlemail.comwrote: I replaced the note head with the glyphs 'noteheads.u2do' and/or 'noteheads.d2do' but I always get a triangle with an angle pointing upwards - let's say as in '^' Sure, I'm misunderstanding but I

Re: Custom-scheme-engraver - was: counting-numbers above bars called with \repeat unfold

2012-02-16 Thread David Nalesnik
Hi Harm, On Thu, Feb 16, 2012 at 5:04 PM, Thomas Morley thomasmorle...@googlemail.com wrote: Hi David, 2012/2/16 David Nalesnik david.nales...@gmail.com: Hi Harm, [ ... ] I have another suggestion which may be helpful. Since there are relatively few Scheme engravers out there, why

Re: Custom-scheme-engraver - was: counting-numbers above bars called with \repeat unfold

2012-02-17 Thread David Nalesnik
Hi Carl, On Thu, Feb 16, 2012 at 6:56 PM, Carl Sorensen c_soren...@byu.edu wrote: Way cool! This is a sketch for how one would go about adding a new grob to LilyPond in a modular fashion. Thank you. I'm in the process of adding custom properties to the grob after the model of

Re: polychords: a working solution

2012-02-17 Thread David Nalesnik
Hi, the not upgraded LSR is a pain in the neck. I can't offer to _organize_ updating the LSR, but I'd offer the help a normal user like me is able to do. Let me know what I can do. As a normal user: me too. How can I help? -David ___

Re: dal niente hairpin - customize size

2012-02-18 Thread David Nalesnik
Hi Tiresia, On Sat, Feb 18, 2012 at 3:53 PM, Tiresia GIUNO tires...@googlemail.comwrote: \override Hairpin #'circled-tip = ##t I find the circles a bit too small. Is there a way to customize the size of the circles? I can't find a convenient property to override the size of the circle,

Re: dal niente hairpin - customize size

2012-02-19 Thread David Nalesnik
Hi Tiresia, On Sun, Feb 19, 2012 at 5:47 AM, Tiresia GIUNO tires...@googlemail.comwrote: Hi David, thanks a lot for your help. I don't understand anything of Scheme. I can't get your code working. Do I need 2.15.16? I'm working with 2.14 Here the error message: GNU LilyPond 2.14.2

Re: LSR updates: was: polychords: a working solution

2012-02-19 Thread David Nalesnik
Hi Harm, On Sun, Feb 19, 2012 at 8:32 AM, Phil Holmes m...@philholmes.net wrote: 2) correct the syntax of the files you know have errors ready for that move. Which you do is up to you - bear in mind that if you go for 2), then it's possible that the work will be wasted if we struggle to

Re: LSR updates: was: polychords: a working solution

2012-02-19 Thread David Nalesnik
Hi Harm, On Sun, Feb 19, 2012 at 11:51 AM, Thomas Morley thomasmorle...@googlemail.com wrote: I didn't manage to fix: mixed-meter---automatic-compound-time-signatures.ly I took a look at this file, and I came up with the attached. What I've done seems to work just fine, but given the

Re: LSR updates: was: polychords: a working solution

2012-02-19 Thread David Nalesnik
Hi again, On Sun, Feb 19, 2012 at 9:03 PM, David Nalesnik david.nales...@gmail.comwrote: Hi Harm, On Sun, Feb 19, 2012 at 11:51 AM, Thomas Morley thomasmorle...@googlemail.com wrote: I didn't manage to fix: mixed-meter---automatic-compound-time-signatures.ly A little more exploring

Re: dal niente hairpin - customize size

2012-02-20 Thread David Nalesnik
Hi Tiresia, On Mon, Feb 20, 2012 at 7:22 AM, Tiresia GIUNO tires...@googlemail.comwrote: you are right I have just done a stupid error. Your code work very good. As you said in your first email, there is still a problem when the hairpin is on the line break (it is printed twice). I guess I

Re: LSR updates: was: polychords: a working solution

2012-02-20 Thread David Nalesnik
Hi Harm, On Mon, Feb 20, 2012 at 2:25 PM, Thomas Morley thomasmorle...@googlemail.com wrote: I'll be offline for two days, perhaps three. (Visiting a funeral, ~800 km away from my home) May I ask you to continue the updating work? Sure, I'll be happy to do what I can. I can certainly

Re: dal niente hairpin - customize size

2012-02-20 Thread David Nalesnik
Hi Tiresia, On Mon, Feb 20, 2012 at 7:29 AM, David Nalesnik david.nales...@gmail.comwrote: I can look at it soon and see what I can do about the line breaks. I expanded the function to deal with line breaks. Notice that the override has changed: instead of overriding 'stencil, you now do

Re: LSR updates: was: polychords: a working solution

2012-02-21 Thread David Nalesnik
David, On Mon, Feb 20, 2012 at 5:01 AM, David Kastrup d...@gnu.org wrote: Thomas Morley thomasmorle...@googlemail.com writes: 2012/2/19 David Kastrup d...@gnu.org: Furthermore, I realized, that there seems to be no conversion rule for the following 2.12.3-definitions: From 2.12.3:

Re: LSR updates: was: polychords: a working solution

2012-02-21 Thread David Nalesnik
David, On Tue, Feb 21, 2012 at 9:24 AM, David Kastrup d...@gnu.org wrote: Uh, convertrules.py converts interval-translate to coord-translate so where is the actual problem? Certainly coord-translate is the natural fix (thank you!), but when I run convert-ly and the snippet is updated to

Re: LSR updates: was: polychords: a working solution

2012-02-21 Thread David Nalesnik
David, On Tue, Feb 21, 2012 at 10:37 AM, David Kastrup d...@gnu.org wrote: David Kastrup d...@gnu.org writes: David Nalesnik david.nales...@gmail.com writes: David, On Tue, Feb 21, 2012 at 9:24 AM, David Kastrup d...@gnu.org wrote: Uh, convertrules.py converts interval

Re: LSR updates: was: polychords: a working solution

2012-02-21 Thread David Nalesnik
David, On Tue, Feb 21, 2012 at 11:10 AM, David Kastrup d...@gnu.org wrote: Sorry for the unnecessary work caused by not thinking about this sufficiently from your point of view. And sorry for the it does not take a genius tone of my previous message that was uncalled for, stupid and

Re: Merge Rests Engraver

2012-02-22 Thread David Nalesnik
Hi Jay, On Tue, Feb 21, 2012 at 11:38 PM, Jay Anderson horndud...@gmail.com wrote: I want to open up the conversation about merging rests again (see bug 1228 http://code.google.com/p/lilypond/issues/detail?id=1228). Below is a first go at a scheme based engraver. It doesn't kill any grobs so

Re: LSR updates: was: polychords: a working solution

2012-02-23 Thread David Nalesnik
Hi, It means that you had no chance due to that bug. David has fixed the bug, so stay tuned for 2.15.31 whenever it comes out. Possibly stupid question: does this mean that the LSR update will need to bypass 2.14.2 and wait for stable 2.16? -David

Re: cautionary clef sign doesn't appear

2012-02-23 Thread David Nalesnik
Hi Jay, On Thu, Feb 23, 2012 at 8:11 PM, Jay Hamilton i...@soundand.com wrote: Usually Lily puts a clef change cautionary sign at the end of a line if the clef changes at the start of the next line/measure. In the following it doesn't and I don't know why it also doesn't change the staff

Re: LSR updates: was: polychords: a working solution

2012-02-23 Thread David Nalesnik
Hi, On Thu, Feb 23, 2012 at 9:27 PM, David Kastrup d...@gnu.org wrote: I think it was something like \lyricsto xxx \music \musicfunction ... and it would likely already do to write \lyricsto xxx { \music } \musicfunction ... I wasn't able to apply this to the snippet, but I managed to make

Re: LSR updates: was: polychords: a working solution

2012-02-24 Thread David Nalesnik
David, On Fri, Feb 24, 2012 at 12:44 AM, David Kastrup d...@gnu.org wrote: David Nalesnik david.nales...@gmail.com writes: I wasn't able to apply this to the snippet, Sigh. \lyricsto chorus \new Lyrics \txtChorus \lyricsto verse \new Lyrics \txtVerseI \ifTargetIn ... Sorry

Re: LSR updates: was: polychords: a working solution

2012-02-25 Thread David Nalesnik
Phil, On Fri, Feb 24, 2012 at 7:45 AM, Phil Hézaine philippe.heza...@free.frwrote: If it could help, compile fine here on 2.15.22 with the number version added. Thanks for trying this out, but I believe you're running the version with the dummy Scheme lines I added. (I just tried it with

Re: LSR updates: was: polychords: a working solution

2012-02-25 Thread David Nalesnik
David, Thank you for your detailed explanations earlier in this thread. On Fri, Feb 24, 2012 at 9:26 AM, David Kastrup d...@gnu.org wrote: #(newline) creates output. If you really want a filler of that sort, #(begin) is likely simplest. I've made this substitution and fixed the unnecessary

Re: LSR updates: was: polychords: a working solution

2012-02-26 Thread David Nalesnik
Hi Harm, On Sun, Feb 26, 2012 at 10:59 AM, Thomas Morley thomasmorle...@googlemail.com wrote: Hi, in repeat-with-upbeat-and-different-durations-in-the-alternatives.ly ( = http://lsr.dsi.unimi.it/LSR/Item?id=490 ) I want to avoid the warning, but I can't find a proper fix. All I can think

Re: LSR updates: was: polychords: a working solution

2012-02-26 Thread David Nalesnik
Hi Harm, On Sun, Feb 26, 2012 at 12:28 PM, Thomas Morley thomasmorle...@googlemail.com wrote: many thanks for this and for your and David Kastrup's work on this intractable filtering-parts-from-the-command-line.ly file. My pleasure! So, are there any other snippets that need looking at?

Re: Placing clef change *after* bar line

2012-02-28 Thread David Nalesnik
Hi, Most times, placing a clef change before a bar line is appropriate. When combined with repeated sections though, sometimes it is clearer to place a clef change after the bar line. I read through the LSR for everything 'clef' but didn't find anything on this topic. You can do an

Re: left-aligned dynamics

2010-01-25 Thread David Nalesnik
Hello, Fiddling around with the snippet Centering markup on noteheads automatically, http://lsr.dsi.unimi.it/LSR/Item?id=637 I came up with something which might be useful (or duplicate a far easier solution!). I realize that it doesn't address the problem of center-aligning only the dynamic (the

Re: left-aligned dynamics

2010-01-26 Thread David Nalesnik
Bailey derhindem...@googlemail.comwrote: On 26.01.2010, at 02:01, David Nalesnik wrote: Hello, Fiddling around with the snippet Centering markup on noteheads automatically, http://lsr.dsi.unimi.it/LSR/Item?id=637 I came up with something which might be useful (or duplicate a far easier

Re: Lilypond vs Score

2010-02-01 Thread David Nalesnik
I'll now post this to the entire list! It's been a long time since I've used Score (late 90s), but one of the great things about the program was the precise control it allowed of all elements in a score. For example, it allowed you to specify the exact horizontal and vertical positions of all

Re: music function not duplicating manual equivalent

2010-06-04 Thread David Nalesnik
Kieren, I don't know about version 2.13.22, but the scores come out identically in 2.12.3 (with adjustments for the chord repeat command). David ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Triple b or # - do they exist?

2010-10-22 Thread David Nalesnik
On Fri, Oct 22, 2010 at 6:34 AM, Nils Gey den...@nilsgey.de wrote: Hello list, last night in a discussion someone claimed that there is a triple bbb in real music, he said it was in a Chopin piece but could not say which. I think I am fairly educated in music but never heard of a triple bbb

Re: Triple b or # - do they exist?

2010-10-22 Thread David Nalesnik
On Fri, Oct 22, 2010 at 6:34 AM, Nils Gey den...@nilsgey.de wrote: Hello list, last night in a discussion someone claimed that there is a triple bbb in real music, he said it was in a Chopin piece but could not say which. I think I am fairly educated in music but never heard of a triple bbb

Re: How do I reduce TupletNumber padding?

2010-11-09 Thread David Nalesnik
On Tue, Nov 9, 2010 at 3:36 PM, James Lowe james.l...@datacore.com wrote: I am trying to get the tuplet number much closer to the notes than it is currently, but I cannot seem to find which parameter to change. Hi James, Here's a possibility: \override TupletNumber #'Y-offset = #0.5

Re: Note spacing

2013-11-05 Thread David Nalesnik
Hi Gilberto, On Tue, Nov 5, 2013 at 7:57 AM, Gilberto Agostinho gilbertohasn...@gmail.com wrote: Hi all, I am looking for some advice related to note spacing. I am currently typesetting a score that looks very good with uniform-stretching in some places but in others it doesn't. Is it

Re: Syntax error

2013-11-08 Thread David Nalesnik
Hi Seb, On Fri, Nov 8, 2013 at 1:37 PM, taylor...@sky.com taylor...@sky.com wrote: Hi, I seem to keep getting a syntax error, and I don't know why can someone help please?? My code is: \new Voice = soprano { \relative c''{ \key f \major \autoBeamOff \time 4/4 \partial 4

Re: Syntax error

2013-11-08 Thread David Nalesnik
On Fri, Nov 8, 2013 at 8:11 PM, Colin Campbell c...@shaw.ca wrote: Finally, the canned response is a very firm suggestion that you work through the Learning Manual on the LilyPond website, having installed a syntax-highlighting editor beforehand. My favourite is undoubtedly Frescobaldi, but

Re: Beam positions and time signature spacing

2013-11-09 Thread David Nalesnik
Hi Gilberto, On Sat, Nov 9, 2013 at 10:20 AM, Gilberto Agostinho gilbertohasn...@gmail.com wrote: Great! So now it would also be nice to hear what others have to say on this issue of spacing. As you said, Gould book is highly regarded and I think we should follow it whenever we find

Re: Beam positions and time signature spacing

2013-11-09 Thread David Nalesnik
Gilberto, On Sat, Nov 9, 2013 at 6:29 PM, Gilberto Agostinho gilbertohasn...@gmail.com wrote: Hi David, Indeed that exact example is the worst one, but I think that our way of dealing with engraving rules, spacing, etc. should not be conducted by what bother us or not. I really think that

Re: Using the 'avoid-slur property (redux)

2013-11-10 Thread David Nalesnik
Ming, On Sun, Nov 10, 2013 at 5:46 AM, MING TSANG tsan...@rogers.com wrote: \version 2.17.95 \relative c { \override Slur.outside-staff-priority = #0 f16\mf( f a'8\p a8) } I play with #555. I change it to #0 (or #5) and it works. Question: what is the difference of # number #555

Re: Using the 'avoid-slur property (redux)

2013-11-10 Thread David Nalesnik
Hi Ming, On Sun, Nov 10, 2013 at 7:31 AM, MING TSANG tsan...@rogers.com wrote: David, Please take a look at the .png screen capture and the .ly file. The mf was place inside and outside the slur. \version 2.17.95 \markup with outside-staff-priority = #500. \relative c {

Re: Angled Beams

2013-11-11 Thread David Nalesnik
Hi Mark, On Mon, Nov 11, 2013 at 11:16 AM, Mark Stephen Mrotek carsonm...@ca.rr.comwrote: Hello, In the attached example I want the beams in the upper staff second measure to be parallel (angled) to the beams in the lower staff second measure, as they are at the end of the first measure.

Re: Angled Beams

2013-11-11 Thread David Nalesnik
Hi Mark and Gilberto, carsonm...@ca.rr.com wrote: The Beam #'positions always take a pair of numbers as argument, written as = #'(n . m), where n and m are the absolute position of the beginning of the beam and the end of the beam, respectively (unit = distance between two staff lines). n

Re: is there a way to suppress repeated time signatures (analogous to chordChanges)

2013-11-11 Thread David Nalesnik
Hi, On Mon, Nov 11, 2013 at 6:03 PM, Kieren MacMillan kieren_macmil...@sympatico.ca wrote: Hi Urs, I didn't look into it, but when _I_ asked this question I got the attachment as a result. This looks really good — thanks! I would be happy to offer a little bounty (e.g. US$25) for a

Re: Cross-staff Glissando Stencil Error

2013-11-18 Thread David Nalesnik
Hi Piaras, On Mon, Nov 18, 2013 at 9:38 AM, Piaras Hoban phoba...@gmail.com wrote: Eluze wrote sorry I can't help with scheme, but what's wrong with the default output? So these images should illustrate how the spacing is disrupted by trying to access the stencil for a cross-staff

Re: Cross-staff Glissando Stencil Error

2013-11-18 Thread David Nalesnik
On Mon, Nov 18, 2013 at 10:08 AM, Piaras Hoban phoba...@gmail.com wrote: David Nalesnik-2 wrote This seems like a bug to me. I applied your override to a similar grob, VoiceFollower, to see if the problem is just with Glissando. I get the same disruption of vertical spacing. David

Re: Cross-staff Glissando Stencil Error

2013-11-18 Thread David Nalesnik
Just something which isn't really central to the issue: On Mon, Nov 18, 2013 at 10:16 AM, David Nalesnik david.nales...@gmail.comwrote: [...] \version 2.17.95 #(define (stencil-test grob) (let* ((stencil (ly:grob-property grob 'stencil))) (display (ly:stencil-extent stencil Y

Fwd: Cross-staff Glissando Stencil Error

2013-11-18 Thread David Nalesnik
Arghh--here's to the whole list. -- Forwarded message -- From: David Nalesnik david.nales...@gmail.com Date: Mon, Nov 18, 2013 at 10:32 AM Subject: Re: Cross-staff Glissando Stencil Error To: Eluze elu...@gmail.com Hi Eluze, On Mon, Nov 18, 2013 at 10:13 AM, Eluze elu

Re: Cross-staff Glissando Stencil Error

2013-11-22 Thread David Nalesnik
On Thu, Nov 21, 2013 at 11:59 PM, Keith OHara k-ohara5...@oco.net wrote: Maybe you can override the 'stencil command itself with a wrapper function. LilyPond will call the wrapper when she is ready to draw the Glissando, you can first call the default function (ly:line-spanner::print) to

Re: An invitation to a LilyPond powered concert

2013-11-26 Thread David Nalesnik
On Tue, Nov 26, 2013 at 9:51 AM, Ryan McClure ryanmichaelmccl...@gmail.comwrote: If only we could make a pun of MuseScore Yeah, that would be NoteWorthy. Sorry. ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Symmetrical ties in TieColumn

2013-12-06 Thread David Nalesnik
Karol, On Wed, Dec 4, 2013 at 6:14 PM, Karol Majewski karo...@wp.pl wrote: Hi, David Your function for offsetting control-points of a TieColumn is very useful to me. Now it would be great if someone could improve it to make it work with ties over the line break. I'm glad that you find

Fwd: SostenutoPedalLineSpanner and texts

2013-12-20 Thread David Nalesnik
Oops, mistakenly sent this only to the OP... -- Forwarded message -- From: David Nalesnik david.nales...@gmail.com Date: Fri, Dec 20, 2013 at 9:01 AM Subject: Re: SostenutoPedalLineSpanner and texts To: Simon Bailey si...@bailey.at Hi Simon, On Fri, Dec 20, 2013 at 1:42 AM

Re: How to transpose a custom slur

2013-12-20 Thread David Nalesnik
Hi Marten, On Fri, Dec 20, 2013 at 5:12 PM, Marten Visser msvis...@planet.nl wrote: Hi all, When transposing a score, how can I make sure that custom slurs will also get transposed? Is there any way to read out how much the notes in the score have moved up/down, so that I can use that as a

Re: How to transpose a custom slur

2013-12-20 Thread David Nalesnik
Hi again, On Fri, Dec 20, 2013 at 6:08 PM, David Nalesnik david.nales...@gmail.comwrote: [...] Sorry, goofed the syntax... myMusic = { \shape #'((0 . 0.25) (1.5 . 1) (0 . 1) (0 . 0.5)) Slur should be \shape Slur #'((0 . 0.25) (1.5 . 1) (0 . 1) (0 . 0.5

WAS: SostenutoPedalLineSpanner and texts

2013-12-21 Thread David Nalesnik
Hi, This question came in reference to a workaround given for repeating texts on a broken pedal line: On Fri, Dec 20, 2013 at 1:42 AM, Simon Bailey si...@bailey.at wrote: Could this be adapted to solve this problem: http://lists.gnu.org/archive/html/lilypond-user/2013-12/msg00839.html ? I'd

Re: LyricHyphen hara-kiri

2013-12-21 Thread David Nalesnik
Hi Kieren, On Sat, Dec 21, 2013 at 1:19 PM, Kieren MacMillan kieren_macmil...@sympatico.ca wrote: Hello all, I’ve been asking around to see if anyone can work on Lyric bounties (e.g., GSoC stuff, plus other features). This one — LyricHyphen hara-kiri — was one that Mike S. suggested

Re: LyricHyphen hara-kiri

2013-12-21 Thread David Nalesnik
Kieren, On Sat, Dec 21, 2013 at 2:18 PM, Kieren MacMillan kieren_macmil...@sympatico.ca wrote: Clearly, there’s a gap in several measures, right? Yup. However, now that I look at the output again, there are no gaps to be found — i.e., it apparently works as

Re: LyricHyphen hara-kiri

2013-12-21 Thread David Nalesnik
Kieren, On Sat, Dec 21, 2013 at 2:30 PM, David Nalesnik david.nales...@gmail.comwrote: Kieren, On Sat, Dec 21, 2013 at 2:18 PM, Kieren MacMillan kieren_macmil...@sympatico.ca wrote: Clearly, there’s a gap in several measures, right? Yup. However, now that I look at the output

Re: LyricHyphen hara-kiri

2013-12-21 Thread David Nalesnik
Kieren, On Sat, Dec 21, 2013 at 3:26 PM, Kieren MacMillan kieren_macmil...@sympatico.ca wrote: I think [to begin with] there are two separate issues to consider here: 1. In m.28, it’s clear that “foo bar” has not become one Pango string, which it apparently has on the downbeat of m.29

Re: Spanner.center.text property?

2013-12-21 Thread David Nalesnik
, to see if I can get it close to the goal line — I’ll repost when I’m within sight of it. OK! --David \version 2.17.25 \header { snippet-title = Bracket repeats snippet-author = David Nalesnik snippet-description = \markup { \wordwrap { This snippet is a workaround which creates

Re: guitar position indication

2013-12-23 Thread David Nalesnik
Hi Bart, On Mon, Dec 23, 2013 at 4:43 AM, bart deruyter bart.deruy...@gmail.comwrote: hi, I've tried the solution from Simon, works very well, with one minor point. In frescobaldi, when rendering with the option to have controlepoints enabled, I get errors and rendering stops. rendering

Re: 3x repeats

2013-12-24 Thread David Nalesnik
Hi Janek, On Tue, Dec 24, 2013 at 2:45 PM, Janek Warchoł janek.lilyp...@gmail.comwrote: 2013/12/23 Xavier Noria f...@hashref.com: On Sun, Dec 22, 2013 at 12:36 PM, Phil Holmes m...@philholmes.net wrote: The only guidance in Gould is where she writes Repeat 3 times in a horizontal

Re: \qBeam turn on and off ?- how

2013-12-28 Thread David Nalesnik
Hi Jay, On Sat, Dec 28, 2013 at 11:10 AM, i...@soundand.com wrote: Hello, I've been using \qBeam at the top of a piece but how to turn it off and then back on has me stumped. Please direct me to the correct manual page(s) Thanks Jay Well, it appears that \qBeam is a user-defined

<    1   2   3   4   5   6   7   8   9   10   >