Old style numerals for page numbers

2012-03-13 Thread Benjamin Bloomfield
and (unfortunately) regular numerals for the page number. Thanks, Benjamin Bloomfield - \version 2.14.2 % Michael's utilities %% UTF-8 utilities #(define (utf-8-list str) (define (numBytes leader) (cond (( leader #x80) 1) (( leader #xc0) (begin

Old style numerals for page numbers

2012-03-13 Thread Benjamin Bloomfield
I am trying to figure out how I can get Old Style numerals to be used for the page numbers. I found some scheme code here (http://www.mrlauer.org/music/) that defines a markup command oldStyleNum that will replace any digit with the unicode string for the appropriate old style numeral.

Lyric separator

2013-09-17 Thread Benjamin Bloomfield
Is there a way to put a horizontal line between two stanzas? I have searched around on the web, and haven't found anything. Does anyone know of a way to do this? ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Lyric separator

2013-09-17 Thread Benjamin Bloomfield
Thanks, I think I should be able to make this work. *Benjamin Bloomfield* On Tue, Sep 17, 2013 at 11:29 AM, Kieren MacMillan kieren_macmil...@sympatico.ca wrote: Hi Benjamin, Is there a way to put a horizontal line between two stanzas? I have searched around on the web, and haven't

Re: Lyric separator

2013-09-18 Thread Benjamin Bloomfield
example image herehttps://illuminare-gregoriophp.googlecode.com/issues/attachment?aid=350001name=2013-09-18+08.11.22.jpgtoken=WMczYzAYipcjN2GbddOjiraFDC8%3A1379519013025inline=1 . Does anyone have any insights or ideas into how I might accomplish this? Thanks, *Benjamin Bloomfield* On Tue, Sep

Re: Lyric separator

2013-09-18 Thread Benjamin Bloomfield
I think this is perfect, except that it only appears at the beginning of the first system. Is there any way to get Lilypond to add the same markup to the first syllable of each subsequent system? Thanks again, *Benjamin Bloomfield* On Wed, Sep 18, 2013 at 12:19 PM, Kieren MacMillan

Re: Lyric separator

2013-09-19 Thread Benjamin Bloomfield
\lyr } \paper { indent = 0 line-width = 5.5\cm } Thanks, *Benjamin Bloomfield* On Wed, Sep 18, 2013 at 1:22 PM, Kieren MacMillan kieren_macmil...@sympatico.ca wrote: Hi Benjamin, I think this is perfect, except that it only appears at the beginning

Re: Lyric separator

2013-09-19 Thread Benjamin Bloomfield
Excellent, Thank you so much! This works wonderfully. *Benjamin Bloomfield* On Thu, Sep 19, 2013 at 12:12 PM, David Nalesnik david.nales...@gmail.comwrote: On Thu, Sep 19, 2013 at 11:01 AM, David Nalesnik david.nales...@gmail.com wrote: Hi Benjamin, [...] This is what I come up

Re: Lyric separator

2013-09-20 Thread Benjamin Bloomfield
that will need to change, so I will have to find that out before I start playing more around with this code. Again, thanks very much. *Benjamin Bloomfield* On Thu, Sep 19, 2013 at 9:00 PM, Kieren MacMillan kieren_macmil...@sympatico.ca wrote: Hi Thomas, At least it seems to work. +1 from here

Re: accidentalStyle

2017-02-02 Thread Benjamin Bloomfield
OK, thanks. Can you think of any way of automatically setting the measures based on the lyrics? How difficult would this be? Thanks again, *Benjamin Bloomfield* On Thu, Feb 2, 2017 at 1:09 PM, Simon Albrecht <simon.albre...@mail.de> wrote: > On 02.02.2017 18:59, Benjamin Bloomfi

accidentalStyle

2017-02-02 Thread Benjamin Bloomfield
chieve this. Thanks in advance for any help! *Benjamin Bloomfield* ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

chord names

2017-02-10 Thread Benjamin Bloomfield
I'm trying to figure out how to make chord modifiers like "sus4" not be superscript. It seems like there should be a simple way to do that, but I don't see it in the "Customizing Chord Names" section

Re: chord names

2017-02-11 Thread Benjamin Bloomfield
Thank you so much; these both work wonderfully. *Benjamin Bloomfield* On Fri, Feb 10, 2017 at 7:04 PM, Klaus Blum <benbigno...@gmx.de> wrote: > Benjamin Bloomfield wrote > > I'm trying to figure out how to tweak the size of the sharp and flat > > symbol that displays when t

setting ragged-right at a specific forced break

2017-08-11 Thread Benjamin Bloomfield
atic line break to be justified, but for those that end with my manually specified \break​ to be ragged-right. Thanks in advance for any advice, *Benjamin Bloomfield* ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: setting ragged-right at a specific forced break

2017-08-11 Thread Benjamin Bloomfield
to be as small as possible. Perhaps using multiple scores will be the only way to do it though. Thanks, *Benjamin Bloomfield* On Fri, Aug 11, 2017 at 1:32 PM, Malte Meyn <lilyp...@maltemeyn.de> wrote: > > > Am 11.08.2017 um 18:23 schrieb Benjamin Bloomfield: > >> ​So if there is so

Re: reciting text over line breaks

2017-11-10 Thread Benjamin Bloomfield
and everywhere", and I'd really like to find a way to make this automatic. Thanks, *Benjamin Bloomfield* On Fri, Nov 10, 2017 at 3:17 AM, Michael Gerdau <m...@qata.de> wrote: > Hi Benjamin, > > assuming you have your music in a varible called e.g. \music you simply > put yo

Re: Scheme Help

2017-11-13 Thread Benjamin Bloomfield
to be visible. I think this may be enough for me to go on though. Thanks very much, *Benjamin Bloomfield* On Sun, Nov 12, 2017 at 2:37 PM, Thomas Morley <thomasmorle...@gmail.com> wrote: > 2017-11-11 17:11 GMT+01:00 Benjamin Bloomfield <bhb...@gmail.com>: > > I am try

Scheme Help

2017-11-11 Thread Benjamin Bloomfield
before it (if any) to determine whether that is also a breve? Thanks! *Benjamin Bloomfield* ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: reciting text over line breaks

2017-11-09 Thread Benjamin Bloomfield
Also, I am having difficulty preventing hyphens in the lyrics when using \hide NoteHead to hide the noteheads after the breves. Is there a way to force these lyrics to not use hyphens? Thanks, *Benjamin Bloomfield* On Thu, Nov 9, 2017 at 7:44 PM, Benjamin Bloomfield <bhb...@gmail.com>

reciting text over line breaks

2017-11-09 Thread Benjamin Bloomfield
not display, but is there a way to determine if one of these syllables gets placed as the first on a new system, and in that case to unhide its notehead? Thanks so much for any suggestions, *Benjamin Bloomfield* ___ lilypond-user mailing list lilypond-user@g

Left align first note of every system with its lyric

2018-02-09 Thread Benjamin Bloomfield
to set self-alignment-X if it came immediately after a line break. However, this isn't working. Does anyone have some idea of a way to achieve this? Thanks, *Benjamin Bloomfield* ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org

Re: Removing lyric hyphens

2019-07-29 Thread Benjamin Bloomfield
This is actually perfect. I already have a script eliminating all but the first semibreve in a series, so this is exactly what I was looking for. Thanks so much! *Benjamin Bloomfield* On Thu, Jul 25, 2019 at 3:41 AM Alexander Kobel wrote: > Hi Benjamin, > > the closest we have

Removing lyric hyphens

2019-07-24 Thread Benjamin Bloomfield
les to be as close to each other as if they were a single syllable. Thanks, *Benjamin Bloomfield* Here is (a shortened version of) my code: \include "gregorian.ly" antiphonText = \lyricmode { Draw near, Lord, Ho -- ly Fa -- ther, al -- might -- y and e -- ter -- nal God, au -- thor of

Re: Removing lyric hyphens

2019-07-24 Thread Benjamin Bloomfield
breaks. Thanks, *Benjamin Bloomfield* On Wed, Jul 24, 2019 at 6:02 PM Brian Barker wrote: > At 15:54 24/07/2019 -0400, you wrote: > >I've been trying to totally get rid of the space > >where a lyric hyphen might go, in cases where > >that space is already very small, but I

Centering a slur/tie over a syllable

2020-03-04 Thread Benjamin Bloomfield
word-width) (- (/ (- note-width word-width) 2) preword-width) ) ) ) Any help is greatly appreciated. Thanks, *Benjamin Bloomfield*

Re: resetting accidentals at word breaks

2020-04-16 Thread Benjamin Bloomfield
a melisma at the beginning of the group of notes rather than immediately before the note it modifies. I'd be interested if anyone has any ideas where to start on that. I will consult the documentation and see what I can come up with. Thanks, *Benjamin Bloomfield* On Wed, Apr 15, 2020 at 10:02

Horizontal placement of first LyricText on a system

2020-04-06 Thread Benjamin Bloomfield
syllable is allowed to go, or what the best way would be to prevent these collisions between the LyricText and the InstrumentName. Does anyone have any ideas? Thanks, *Benjamin Bloomfield*

Re: Using shortVocalName for stanza numbers on every system

2020-04-20 Thread Benjamin Bloomfield
stanza = "3. "\set shortVocalName = "3. "Wrong Wrong }}* >> } >> } \layout { \context { \Lyrics \override InstrumentName.direction = #RIGHT \override InstrumentName.padding = #1.5 } } Thanks, *Benjamin Bloomfield* On Mon, Apr 20, 2020

Re: Using shortVocalName for stanza numbers on every system

2020-04-20 Thread Benjamin Bloomfield
Sometimes I need to use this with lyrics centered between two staves, and I don't want [image: image.png] this to happen. Thanks, *Benjamin Bloomfield* On Mon, Apr 20, 2020 at 11:43 AM Noeck wrote: > I think I’ve seen solutions for that problem on this list or in the > snippets. P

Re: Using shortVocalName for stanza numbers on every system

2020-04-20 Thread Benjamin Bloomfield
Thanks for the suggestion. I would do that if I knew where the system breaks were going to occur ahead of time. I put the line break in the example code just to simplify it and demonstrate the problem with very little code. *Benjamin Bloomfield* On Mon, Apr 20, 2020 at 10:23 AM Michael Gerdau

Using shortVocalName for stanza numbers on every system

2020-04-20 Thread Benjamin Bloomfield
; } \layout { \context { \Lyrics \override InstrumentName.direction = #RIGHT \override InstrumentName.padding = #1.5 } } I'm not sure how to go about automatically avoiding these collisions, but it seems like there should be a relatively simple way to do so. Does anyone have any ideas? Thanks, *Benjamin Bloomfield* !test.ly Description: Binary data

Re: resetting accidentals at word breaks

2020-04-15 Thread Benjamin Bloomfield
more help. *Benjamin Bloomfield* On Tue, Apr 14, 2020 at 3:02 PM Aaron Hill wrote: > On 2020-04-14 9:14 am, Benjamin Bloomfield wrote: > > However, I am still trying to figure out how engravers and contexts > > work to > > be able to know exactly what's going on. > > > > T

resetting accidentals at word breaks

2020-04-14 Thread Benjamin Bloomfield
gt; (1+ (ly:context-property context > 'internalBarNumber) > > > ) However, I am still trying to figure out how engravers and contexts work to be able to know exactly what's going on. Thanks for any help or ideas, *Benjamin Bloomfield*

stanza numbers at the beginning of every system

2020-03-10 Thread Benjamin Bloomfield
peated at the beginning of each system. Help is greatly appreciated. Thanks, *Benjamin Bloomfield*